diff options
author | jgart <jgart@dismail.de> | 2022-04-10 14:47:54 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 12:29:44 +0200 |
commit | 85c503331683088a2f262ecadfe04851a2aee1a9 (patch) | |
tree | 088d797fdec8145e61aa8671378571b5ef3cda9e /gnu/packages/game-development.scm | |
parent | d262a258bb307736445e967d291fe18e44d8add8 (diff) | |
download | guix-85c503331683088a2f262ecadfe04851a2aee1a9.tar.gz |
gnu: libtcod: Remove trailing boolean.
* gnu/packages/game-development.scm (libtcod): Remove trailing boolean. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 295ee20a90..daeeec42cb 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2554,8 +2554,7 @@ physics engine is just a system for procedural animation.") (add-after 'unpack 'change-to-build-dir (lambda _ (chdir "buildsys/autotools") - (patch-shebang "get_version.py") - #t))))) + (patch-shebang "get_version.py")))))) (native-inputs (list autoconf automake |