mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: slimevolley: Build with gcc-7.
* gnu/packages/games.scm (slimevolley)[native-inputs]: Add gcc-7.
This commit is contained in:
parent
960647f016
commit
08c63aac53
1 changed files with 2 additions and 1 deletions
|
@ -8717,7 +8717,8 @@ (define-public slimevolley
|
||||||
;; missing from command line".
|
;; missing from command line".
|
||||||
#:configure-flags (list "-DCMAKE_EXE_LINKER_FLAGS=-lm")))
|
#:configure-flags (list "-DCMAKE_EXE_LINKER_FLAGS=-lm")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
`(("gcc-7" ,gcc-7)
|
||||||
|
("gettext" ,gettext-minimal)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl" ,(sdl-union (list sdl sdl-image sdl-net sdl-ttf)))))
|
`(("sdl" ,(sdl-union (list sdl sdl-image sdl-net sdl-ttf)))))
|
||||||
(home-page "https://slime.tuxfamily.org/")
|
(home-page "https://slime.tuxfamily.org/")
|
||||||
|
|
Loading…
Reference in a new issue