gnu: fheroes2: Remove input labels.
* gnu/packages/games.scm (fheroes2)[native-inputs, inputs]: Remove input labels.master
parent
b2f55787ef
commit
94fbbf0d26
|
@ -12568,11 +12568,11 @@ disassembly of the DOS version, extended with new features.")
|
||||||
#:make-flags '("FHEROES2_STRICT_COMPILATION=1"
|
#:make-flags '("FHEROES2_STRICT_COMPILATION=1"
|
||||||
"RELEASE=1")))
|
"RELEASE=1")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
(list gettext-minimal))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libpng" ,libpng)
|
(list libpng
|
||||||
("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))
|
(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Reference in New Issue