me
/
guix
Archived
1
0
Fork 0

gnu: libtcod: Remove trailing boolean.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
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
1 changed files with 1 additions and 2 deletions

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