diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-28 15:52:49 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-28 15:58:58 +0200 |
commit | a54980253360d9d266980ef249f4a92836225a02 (patch) | |
tree | e8b2421f3e5f576c2e05246c391fbc014c9ee5af /gnu/packages | |
parent | 0089290fcd62b99a54de30886bbb5e6b96b4138c (diff) | |
download | patches-a54980253360d9d266980ef249f4a92836225a02.tar patches-a54980253360d9d266980ef249f4a92836225a02.tar.gz |
gnu: mplayer: Adjust inputs.
* gnu/packages/video.scm (mplayer)[inputs]: Move yasm ...
[native-inputs]: ... to here.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index fb8b0a651f..cd367c2d68 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 |