gnu: dosbox-staging: Remove input labels.

* gnu/packages/emulators.scm (dosbox-staging)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:02 +02:00
parent 9af6f1b624
commit 5a94c6cb36
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -426,13 +426,13 @@ (define-public dosbox-staging
(native-inputs
(list pkg-config))
(inputs
`(("alsa-lib" ,alsa-lib)
("fluidsynth" ,fluidsynth)
("libpng" ,libpng)
("mesa" ,mesa)
("opusfile" ,opusfile)
("sdl2" ,(sdl-union (list sdl2 sdl2-net)))
("zlib" ,zlib)))
(list alsa-lib
fluidsynth
libpng
mesa
opusfile
(sdl-union (list sdl2 sdl2-net))
zlib))
(home-page "https://dosbox-staging.github.io")
(synopsis "DOS/x86 PC emulator focusing on ease of use")
(description