unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54841] [PATCH] gnu: libtcod: Remove trailing boolean.
@ 2022-04-10 18:47 jgart via Guix-patches via
  2022-04-19 10:05 ` bug#54841: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-10 18:47 UTC (permalink / raw)
  To: 54841; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54841: [PATCH] gnu: libtcod: Remove trailing boolean.
  2022-04-10 18:47 [bug#54841] [PATCH] gnu: libtcod: Remove trailing boolean jgart via Guix-patches via
@ 2022-04-19 10:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-19 10:05 UTC (permalink / raw)
  To: jgart; +Cc: 54841-done

jgart <jgart@dismail.de> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-19 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 18:47 [bug#54841] [PATCH] gnu: libtcod: Remove trailing boolean jgart via Guix-patches via
2022-04-19 10:05 ` bug#54841: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).