mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05: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 @@ (define-public vapoursynth
|
|||
("cython" ,python-cython)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("yasm" ,yasm)))
|
||||
(inputs
|
||||
`(("ffmpeg" ,ffmpeg)
|
||||
("libass" ,libass)
|
||||
("python" ,python)
|
||||
("tesseract-ocr" ,tesseract-ocr)
|
||||
("zimg" ,zimg)))
|
||||
(home-page "http://www.vapoursynth.com/")
|
||||
|
|
Loading…
Reference in a new issue