me
/
guix
Archived
1
0
Fork 0

gnu: fheroes2: Remove input labels.

* gnu/packages/games.scm (fheroes2)[native-inputs, inputs]:
Remove input labels.
master
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
1 changed files with 4 additions and 4 deletions

View File

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