gnu: xonotic: Rename misleading 'bootstrap phase.

* gnu/packages/games.scm (xonotic)[arguments]: Rename (second!
stateful!) 'bootstrap phase to 'preconfigure.
This commit is contained in:
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

View file

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