guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: libtcod: Remove trailing boolean.


From: guix-commits
Subject: 09/11: gnu: libtcod: Remove trailing boolean.
Date: Tue, 19 Apr 2022 06:30:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 85c503331683088a2f262ecadfe04851a2aee1a9
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Apr 10 14:47:54 2022 -0400

    gnu: libtcod: Remove trailing boolean.
    
    * gnu/packages/game-development.scm (libtcod): Remove trailing boolean.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/game-development.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]