From 296fe37aaa062799817f19429ea51e6be75aa588 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 30 May 2021 11:59:16 +0200 Subject: gnu: vapoursynth: Make python a regular input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This follows up on c00b1760f605255719a525e52c268b222a1f5184, 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. --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5975004049..50ede7cc0a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2835,11 +2835,11 @@ capabilities.") ("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/") -- cgit v1.2.3