From 65b2b142358f8d38cf993855fcc4ce0b9ef107eb Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 17 Jan 2022 19:05:11 -0500 Subject: [PATCH] gnu: shotwell: Add python to native inputs. Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d565ca8e2c..b1cdbeaebd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7105,6 +7105,7 @@ (define-public shotwell ("glib:bin" ,glib "bin") ("itstool" ,itstool) ("pkg-config" ,pkg-config) + ("python" ,python) ("vala" ,vala))) (inputs `(("gcr" ,gcr)