From 85c503331683088a2f262ecadfe04851a2aee1a9 Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 10 Apr 2022 14:47:54 -0400 Subject: gnu: libtcod: Remove trailing boolean. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/game-development.scm (libtcod): Remove trailing boolean. Signed-off-by: Ludovic Courtès --- gnu/packages/game-development.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3