gnu: slimevolley: Build with gcc-7.

* gnu/packages/games.scm (slimevolley)[native-inputs]: Add gcc-7.
This commit is contained in:
Efraim Flashner 2023-04-25 10:32:46 +03:00
parent 960647f016
commit 08c63aac53
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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/")