Browse Source
gnu: scummvm: Pacify linter.
* gnu/packages/emulators.scm (scummvm)[inputs]: Move "nasm"...
[native-inputs]: ... here.
guile-daemon
Nicolas Goaziou
3 years ago
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with
2 additions and
2 deletions
-
gnu/packages/emulators.scm
|
|
@ -1234,7 +1234,8 @@ multi-system game/emulator system.") |
|
|
|
(setenv "CONFIG_SHELL" bash) |
|
|
|
(apply invoke "./configure" flags))))))) |
|
|
|
(native-inputs |
|
|
|
`(("pkg-config" ,pkg-config))) |
|
|
|
`(("nasm" ,nasm) |
|
|
|
("pkg-config" ,pkg-config))) |
|
|
|
(inputs |
|
|
|
`(("alsa-lib" ,alsa-lib) |
|
|
|
("faad2" ,faad2) |
|
|
@ -1249,7 +1250,6 @@ multi-system game/emulator system.") |
|
|
|
("libpng" ,libpng) |
|
|
|
("libtheora" ,libtheora) |
|
|
|
("libvorbis" ,libvorbis) |
|
|
|
("nasm" ,nasm) |
|
|
|
("sdl2" ,(sdl-union (list sdl2 sdl2-net))) |
|
|
|
("zlib" ,zlib))) |
|
|
|
(home-page "https://www.scummvm.org/") |
|
|
|