gnu: pitivi: Make Python a regular input.
The built package does keep a reference to Python.
This is a followup to commit 10be314cd8
.
* gnu/packages/video.scm (pitivi)[native-inputs]: Move PYTHON ...
[inputs]: ... to here.
This commit is contained in:
parent
c7f5537184
commit
3a75115689
1 changed files with 2 additions and 2 deletions
|
@ -4375,6 +4375,7 @@ tools for styling them, including a built-in real-time video preview.")
|
||||||
libpeas
|
libpeas
|
||||||
libnotify
|
libnotify
|
||||||
pango
|
pango
|
||||||
|
python
|
||||||
python-gst
|
python-gst
|
||||||
python-numpy
|
python-numpy
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
|
@ -4384,8 +4385,7 @@ tools for styling them, including a built-in real-time video preview.")
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)))
|
||||||
("python" ,python)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in a new issue