From 92deae62c19eaad08fc9f863225872dfef642cd8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 22 Nov 2021 22:52:01 +0100 Subject: 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(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 65c05a9018..5a20330ca7 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))) -- cgit v1.2.3