mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: mplayer: Adjust inputs.
* gnu/packages/video.scm (mplayer)[inputs]: Move yasm ... [native-inputs]: ... to here.
This commit is contained in:
parent
0089290fcd
commit
a549802533
1 changed files with 2 additions and 2 deletions
|
@ -1266,7 +1266,8 @@ (define-public mplayer
|
|||
(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 @@ (define-public mplayer
|
|||
("python" ,python-wrapper)
|
||||
("sdl" ,sdl)
|
||||
("speex" ,speex)
|
||||
("yasm" ,yasm)
|
||||
("zlib" ,zlib)))
|
||||
(arguments
|
||||
`(#:tests? #f ; no test target
|
||||
|
|
Loading…
Reference in a new issue