guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: mplayer: Adjust inputs.


From: guix-commits
Subject: 10/10: gnu: mplayer: Adjust inputs.
Date: Thu, 28 Nov 2019 08:59:22 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a54980253360d9d266980ef249f4a92836225a02
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 28 15:52:49 2019 +0200

    gnu: mplayer: Adjust inputs.
    
    * gnu/packages/video.scm (mplayer)[inputs]: Move yasm ...
    [native-inputs]: ... to here.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fb8b0a6..cd367c2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1266,7 +1266,8 @@ streaming protocols.")
     (build-system gnu-build-system)
     ;; FIXME: Add additional inputs once available.
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("yasm" ,yasm)))
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("cdparanoia" ,cdparanoia)
@@ -1297,7 +1298,6 @@ streaming protocols.")
        ("python" ,python-wrapper)
        ("sdl" ,sdl)
        ("speex" ,speex)
-       ("yasm" ,yasm)
        ("zlib" ,zlib)))
     (arguments
      `(#:tests? #f ; no test target



reply via email to

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