From 10be314cd8ac76d7a58f5ad4fcf3365cdd161234 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 17 Jan 2022 18:59:09 -0500 Subject: 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 -- cgit v1.2.3