From 642a3e3d7abd3f53987c49edf5ec0f50dbbff30d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 7 Aug 2022 02:00:02 +0200 Subject: gnu: xonotic: Rename misleading 'bootstrap phase. * gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/games.scm') 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"))) -- cgit v1.2.3