[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: vapoursynth: Make python a regular input.
From: |
guix-commits |
Subject: |
branch master updated: gnu: vapoursynth: Make python a regular input. |
Date: |
Sun, 30 May 2021 06:02:12 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 296fe37 gnu: vapoursynth: Make python a regular input.
296fe37 is described below
commit 296fe37aaa062799817f19429ea51e6be75aa588
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 30 11:59:16 2021 +0200
gnu: vapoursynth: Make python a regular input.
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(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5975004..50ede7c 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/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: vapoursynth: Make python a regular input.,
guix-commits <=