me
/
guix
Archived
1
0
Fork 0

gnu: xonotic: Rename misleading 'bootstrap phase.

* gnu/packages/games.scm (xonotic)[arguments]: Rename (second!
stateful!) 'bootstrap phase to 'preconfigure.
master
Tobias Geerinckx-Rice 2022-08-07 02:00:02 +02:00
parent 22f865b7e6
commit 642a3e3d7a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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")))