1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: libtcod: Remove trailing boolean.

* gnu/packages/game-development.scm (libtcod): Remove trailing boolean.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
jgart
2022-04-10 14:47:54 -04:00
committed by Ludovic Courtès
parent d262a258bb
commit 85c5033316
+1 -2
View File
@@ -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