gnu: mpv: Use packaged waf.
* gnu/packages/video.scm (mpv)[inputs]: Remove externally downloaded waf package and use packaged python-waf.master
parent
8ebdf9afd6
commit
f0b8d83a77
|
@ -805,14 +805,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("rsound" ,rsound)
|
("rsound" ,rsound)
|
||||||
("vapoursynth" ,vapoursynth)
|
("vapoursynth" ,vapoursynth)
|
||||||
("waf" ,(origin
|
("waf" ,python-waf)
|
||||||
(method url-fetch)
|
|
||||||
;; Keep this in sync with the version in the bootstrap.py
|
|
||||||
;; script of the source tarball.
|
|
||||||
(uri "http://www.freehackers.org/~tnagy/release/waf-1.8.12")
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"12y9c352zwliw0zk9jm2lhynsjcf5jy0k1qch1c1av8hnbm2pgq1"))))
|
|
||||||
("youtube-dl" ,youtube-dl)
|
("youtube-dl" ,youtube-dl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue