mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xonotic: Rename misleading 'bootstrap phase.
* gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure.
This commit is contained in:
parent
22f865b7e6
commit
642a3e3d7a
1 changed files with 1 additions and 1 deletions
|
@ -7831,7 +7831,7 @@ (define-public xonotic
|
|||
"sdl-release"
|
||||
"sv-release"
|
||||
make-flags))))
|
||||
(add-before 'configure 'bootstrap
|
||||
(add-before 'configure 'preconfigure
|
||||
(lambda _
|
||||
(chdir "source/d0_blind_id")
|
||||
(invoke "sh" "autogen.sh")))
|
||||
|
|
Loading…
Reference in a new issue