diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
commit | 642a3e3d7abd3f53987c49edf5ec0f50dbbff30d (patch) | |
tree | ed0dcdf9bddac1bc614e1950b49a4e5b807d2356 | |
parent | 22f865b7e643ec2b1fc4f0238127cc881ef41e49 (diff) | |
download | guix-642a3e3d7abd3f53987c49edf5ec0f50dbbff30d.tar.gz guix-642a3e3d7abd3f53987c49edf5ec0f50dbbff30d.zip |
gnu: xonotic: Rename misleading 'bootstrap phase.
* gnu/packages/games.scm (xonotic)[arguments]: Rename (second!
stateful!) 'bootstrap phase to 'preconfigure.
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |