GNU bug report logs - #54841
[PATCH] gnu: libtcod: Remove trailing boolean.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 10 Apr 2022 18:49:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54841: closed ([PATCH] gnu: libtcod: Remove trailing boolean.)
Date: Tue, 19 Apr 2022 10:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 19 Apr 2022 12:05:28 +0200
with message-id <87fsm9s80n.fsf <at> gnu.org>
and subject line Re: bug#54841: [PATCH] gnu: libtcod: Remove trailing boolean.
has caused the debbugs.gnu.org bug report #54841,
regarding [PATCH] gnu: libtcod: Remove trailing boolean.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
54841: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54841
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: libtcod: Remove trailing boolean.
Date: Sun, 10 Apr 2022 14:47:54 -0400
* gnu/packages/game-development.scm (libtcod): Remove trailing boolean.
---
 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 @@ (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
-- 
2.35.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 54841-done <at> debbugs.gnu.org
Subject: Re: bug#54841: [PATCH] gnu: libtcod: Remove trailing boolean.
Date: Tue, 19 Apr 2022 12:05:28 +0200
jgart <jgart <at> dismail.de> skribis:

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

Applied, thanks!


This bug report was last modified 3 years and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.