gnu: pitivi: Make Python a regular input.
authorLeo Famulari <leo@famulari.name>
Tue, 18 Jan 2022 19:11:32 +0000 (14:11 -0500)
committerLeo Famulari <leo@famulari.name>
Tue, 18 Jan 2022 19:29:47 +0000 (14:29 -0500)
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.

gnu/packages/video.scm

index 4151a7e..bb40eb7 100644 (file)
@@ -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