guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: pitivi: Add python to native-inputs.


From: guix-commits
Subject: 02/02: gnu: pitivi: Add python to native-inputs.
Date: Mon, 17 Jan 2022 19:00:02 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 10be314cd8ac76d7a58f5ad4fcf3365cdd161234
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jan 17 18:59:09 2022 -0500

    gnu: pitivi: Add python to native-inputs.
    
    Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
    propagates Python.
    
    * gnu/packages/video.scm (pitivi)[native-inputs]: Add python.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cfd0a55f20..4151a7e835 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4384,7 +4384,8 @@ 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)))
+       ("pkg-config" ,pkg-config)
+       ("python" ,python)))
      (arguments
       `(#:glib-or-gtk? #t
         #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]