diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-18 14:11:32 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-18 14:29:47 -0500 |
commit | 3a751156896478fb65b5290ff4324d7203edae6f (patch) | |
tree | 467d81234043c0a8d07cc7e5f5ac61385d0921df /gnu | |
parent | c7f5537184d6f5af47012b53f855e4d27b30fc7c (diff) | |
download | guix-3a751156896478fb65b5290ff4324d7203edae6f.tar.gz |
gnu: pitivi: Make Python a regular input.
The built package does keep a reference to Python. This is a followup to commit 10be314cd8ac76d7a58f5ad4fcf3365cdd161234. * gnu/packages/video.scm (pitivi)[native-inputs]: Move PYTHON ... [inputs]: ... to here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4151a7e835..bb40eb7cc7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4375,6 +4375,7 @@ tools for styling them, including a built-in real-time video preview.") libpeas libnotify pango + python python-gst python-numpy python-matplotlib @@ -4384,8 +4385,7 @@ tools for styling them, including a built-in real-time video preview.") `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ("itstool" ,itstool) - ("pkg-config" ,pkg-config) - ("python" ,python))) + ("pkg-config" ,pkg-config))) (arguments `(#:glib-or-gtk? #t #:phases |