gnu: dosbox-staging: Remove input labels.
* gnu/packages/emulators.scm (dosbox-staging)[inputs]: Remove input labels.
This commit is contained in:
parent
9af6f1b624
commit
5a94c6cb36
1 changed files with 7 additions and 7 deletions
|
@ -426,13 +426,13 @@ older games.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
(list alsa-lib
|
||||||
("fluidsynth" ,fluidsynth)
|
fluidsynth
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("opusfile" ,opusfile)
|
opusfile
|
||||||
("sdl2" ,(sdl-union (list sdl2 sdl2-net)))
|
(sdl-union (list sdl2 sdl2-net))
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://dosbox-staging.github.io")
|
(home-page "https://dosbox-staging.github.io")
|
||||||
(synopsis "DOS/x86 PC emulator focusing on ease of use")
|
(synopsis "DOS/x86 PC emulator focusing on ease of use")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue