gnu: scummvm: Pacify linter.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 2 Feb 2020 18:06:19 +0000 (19:06 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 2 Feb 2020 18:06:19 +0000 (19:06 +0100)
* gnu/packages/emulators.scm (scummvm)[inputs]: Move "nasm"...
[native-inputs]: ... here.

gnu/packages/emulators.scm

index 993d259..284dc22 100644 (file)
@@ -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/")