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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue