gnu: libtcod: Remove trailing boolean.
* gnu/packages/game-development.scm (libtcod): Remove trailing boolean. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
d262a258bb
commit
85c5033316
|
@ -2554,8 +2554,7 @@ physics engine is just a system for procedural animation.")
|
||||||
(add-after 'unpack 'change-to-build-dir
|
(add-after 'unpack 'change-to-build-dir
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "buildsys/autotools")
|
(chdir "buildsys/autotools")
|
||||||
(patch-shebang "get_version.py")
|
(patch-shebang "get_version.py"))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
automake
|
automake
|
||||||
|
|
Reference in New Issue