gnu: slimevolley: Build with gcc-7.
* gnu/packages/games.scm (slimevolley)[native-inputs]: Add gcc-7.master
parent
960647f016
commit
08c63aac53
|
@ -8717,7 +8717,8 @@ and cooperative.")
|
|||
;; missing from command line".
|
||||
#:configure-flags (list "-DCMAKE_EXE_LINKER_FLAGS=-lm")))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)))
|
||||
`(("gcc-7" ,gcc-7)
|
||||
("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
`(("sdl" ,(sdl-union (list sdl sdl-image sdl-net sdl-ttf)))))
|
||||
(home-page "https://slime.tuxfamily.org/")
|
||||
|
|
Reference in New Issue