gnu: scummvm: Pacify linter.
* gnu/packages/emulators.scm (scummvm)[inputs]: Move "nasm"... [native-inputs]: ... here.
This commit is contained in:
parent
c3cfa2b182
commit
64e9d1280f
@ -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/")
|
||||
|
Loading…
Reference in New Issue
Block a user