mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: vapoursynth: Remove input labels.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
This commit is contained in:
parent
85ea2dfc4c
commit
3dc667b6f8
1 changed files with 6 additions and 6 deletions
|
@ -3063,12 +3063,12 @@ (define-public vapoursynth
|
||||||
(wrap-program (string-append out "/bin/vspipe")
|
(wrap-program (string-append out "/bin/vspipe")
|
||||||
`("PYTHONPATH" ":" = (,site)))))))))
|
`("PYTHONPATH" ":" = (,site)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("cython" ,python-cython)
|
python-cython
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("yasm" ,yasm)))
|
yasm))
|
||||||
(inputs
|
(inputs
|
||||||
(list ffmpeg libass python tesseract-ocr zimg))
|
(list ffmpeg libass python tesseract-ocr zimg))
|
||||||
(home-page "http://www.vapoursynth.com/")
|
(home-page "http://www.vapoursynth.com/")
|
||||||
|
|
Loading…
Reference in a new issue