guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: xonotic: Rename misleading 'bootstrap phase.


From: guix-commits
Subject: 09/13: gnu: xonotic: Rename misleading 'bootstrap phase.
Date: Sat, 13 Aug 2022 15:28:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 642a3e3d7abd3f53987c49edf5ec0f50dbbff30d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:02 2022 +0200

    gnu: xonotic: Rename misleading 'bootstrap phase.
    
    * gnu/packages/games.scm (xonotic)[arguments]: Rename (second!
    stateful!) 'bootstrap phase to 'preconfigure.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6b5ab89dcd..b55fe92d9b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7831,7 +7831,7 @@ quotation from a collection of quotes.")
                             "sdl-release"
                             "sv-release"
                             make-flags))))
-               (add-before 'configure 'bootstrap
+               (add-before 'configure 'preconfigure
                  (lambda _
                    (chdir "source/d0_blind_id")
                    (invoke "sh" "autogen.sh")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]