me
/
guix
Archived
1
0
Fork 0

gnu: dosbox-staging: Remove input labels.

* gnu/packages/emulators.scm (dosbox-staging)[inputs]:
Remove input labels.
master
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
1 changed files with 7 additions and 7 deletions

View File

@ -426,13 +426,13 @@ older games.")
(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