guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: jumpnbump: Remove trailing #T.


From: guix-commits
Subject: 02/02: gnu: jumpnbump: Remove trailing #T.
Date: Mon, 22 Nov 2021 16:52:45 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 92deae62c19eaad08fc9f863225872dfef642cd8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 22:52:01 2021 +0100

    gnu: jumpnbump: Remove trailing #T.
    
    * gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from 
build
    phase 'fix-sdl-path.
---
 gnu/packages/games.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 65c05a9..5a20330 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9431,8 +9431,7 @@ simulator.")
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "Makefile"
                (("sdl2-config" command)
-                (string-append command " --prefix=" (assoc-ref inputs "sdl"))))
-             #t)))))
+                (string-append command " --prefix=" (assoc-ref inputs 
"sdl")))))))))
     (inputs
      `(("bzip2" ,bzip2)
        ("sdl" ,(sdl-union (list sdl2 sdl2-mixer sdl2-net)))



reply via email to

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