mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: vapoursynth: Make python a regular input.
This follows up on c00b1760f6
, although
meson-build-system's lack of cross-compilation makes it theoretical.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Move python from
here…
[inputs]: …to here.
This commit is contained in:
parent
9d6bf9a253
commit
296fe37aaa
1 changed files with 1 additions and 1 deletions
|
@ -2835,11 +2835,11 @@ capabilities.")
|
||||||
("cython" ,python-cython)
|
("cython" ,python-cython)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python)
|
|
||||||
("yasm" ,yasm)))
|
("yasm" ,yasm)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ffmpeg" ,ffmpeg)
|
`(("ffmpeg" ,ffmpeg)
|
||||||
("libass" ,libass)
|
("libass" ,libass)
|
||||||
|
("python" ,python)
|
||||||
("tesseract-ocr" ,tesseract-ocr)
|
("tesseract-ocr" ,tesseract-ocr)
|
||||||
("zimg" ,zimg)))
|
("zimg" ,zimg)))
|
||||||
(home-page "http://www.vapoursynth.com/")
|
(home-page "http://www.vapoursynth.com/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue