mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: jumpnbump: Remove trailing #T.
* gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from build phase 'fix-sdl-path.
This commit is contained in:
parent
02296cb0c8
commit
92deae62c1
1 changed files with 1 additions and 2 deletions
|
@ -9431,8 +9431,7 @@ (define-public jumpnbump
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue