aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-07 02:00:01 +0200
commit642a3e3d7abd3f53987c49edf5ec0f50dbbff30d (patch)
treeed0dcdf9bddac1bc614e1950b49a4e5b807d2356 /gnu/packages/games.scm
parent22f865b7e643ec2b1fc4f0238127cc881ef41e49 (diff)
downloadguix-642a3e3d7abd3f53987c49edf5ec0f50dbbff30d.tar
guix-642a3e3d7abd3f53987c49edf5ec0f50dbbff30d.tar.gz
gnu: xonotic: Rename misleading 'bootstrap phase.
* gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
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")))