guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: scummvm: Pacify linter.


From: guix-commits
Subject: branch master updated: gnu: scummvm: Pacify linter.
Date: Sun, 02 Feb 2020 13:07:03 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 64e9d12  gnu: scummvm: Pacify linter.
64e9d12 is described below

commit 64e9d1280fc59439153face2b3889af5a0db4235
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Feb 2 19:06:19 2020 +0100

    gnu: scummvm: Pacify linter.
    
    * gnu/packages/emulators.scm (scummvm)[inputs]: Move "nasm"...
    [native-inputs]: ... here.
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 993d259..284dc22 100644
--- a/gnu/packages/emulators.scm
+++ b/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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]