me
/
guix
Archived
1
0
Fork 0

gnu: jumpnbump: Remove trailing #T.

* gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from build
phase 'fix-sdl-path.
master
Ricardo Wurmus 2021-11-22 22:52:01 +01:00
parent 02296cb0c8
commit 92deae62c1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -9431,8 +9431,7 @@ simulator.")
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(substitute* "Makefile" (substitute* "Makefile"
(("sdl2-config" command) (("sdl2-config" command)
(string-append command " --prefix=" (assoc-ref inputs "sdl")))) (string-append command " --prefix=" (assoc-ref inputs "sdl")))))))))
#t)))))
(inputs (inputs
`(("bzip2" ,bzip2) `(("bzip2" ,bzip2)
("sdl" ,(sdl-union (list sdl2 sdl2-mixer sdl2-net))) ("sdl" ,(sdl-union (list sdl2 sdl2-mixer sdl2-net)))