gnu: mednafen: Improve package style.
* gnu/packages/emulators.scm (mednafen)[arguments]: Use G-expressions. [inputs]: Remove input labels. Change-Id: I8ec291faae92a19da880a65fab39d9a01b7ddda7master
parent
5ae01fed27
commit
0ff5ecc3ad
|
@ -687,20 +687,20 @@ V2.")
|
||||||
(base32 "0ciqr3dlf1b3r8jncy9k9cihiclai8v28r9pb1vsw4k2nr5bjzny"))))
|
(base32 "0ciqr3dlf1b3r8jncy9k9cihiclai8v28r9pb1vsw4k2nr5bjzny"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags
|
||||||
(list
|
#~(list
|
||||||
;; "--with-external-mpcdec"
|
;; "--with-external-mpcdec"
|
||||||
"--with-external-lzo")))
|
"--with-external-lzo")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa" ,alsa-lib)
|
(list alsa-lib
|
||||||
("flac" ,flac)
|
flac
|
||||||
;; ("libmpcdec" ,libmpcdec) FIXME: not recognized.
|
;; libmpcdec ;FIXME: not recognized.
|
||||||
("libsndfile" ,libsndfile)
|
libsndfile
|
||||||
("lzo" ,lzo)
|
lzo
|
||||||
("sdl2" ,sdl2)
|
sdl2
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://mednafen.github.io/")
|
(home-page "https://mednafen.github.io/")
|
||||||
(synopsis "Multi-system emulator utilizing OpenGL and SDL")
|
(synopsis "Multi-system emulator utilizing OpenGL and SDL")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue