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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2554,8 +2554,7 @@ (define-public libtcod
(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