gnu: fheroes2: Remove input labels.

* gnu/packages/games.scm (fheroes2)[native-inputs, inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 01:37:49 +01:00
parent b2f55787ef
commit 94fbbf0d26
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -12568,11 +12568,11 @@ disassembly of the DOS version, extended with new features.")
#:make-flags '("FHEROES2_STRICT_COMPILATION=1"
"RELEASE=1")))
(native-inputs
`(("gettext" ,gettext-minimal)))
(list gettext-minimal))
(inputs
`(("libpng" ,libpng)
("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))
("zlib" ,zlib)))
(list libpng
(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))
zlib))
(source
(origin
(method git-fetch)