summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-17 19:05:11 -0500
committerLeo Famulari <leo@famulari.name>2022-01-17 19:06:26 -0500
commit65b2b142358f8d38cf993855fcc4ce0b9ef107eb (patch)
treea7afabd4ee3378ae38f9e177a9067649d1c793f4
parent5adec4cc0582c2bd0c13a05a52094a07bd2aea13 (diff)
downloadguix-patches-65b2b142358f8d38cf993855fcc4ce0b9ef107eb.tar
guix-patches-65b2b142358f8d38cf993855fcc4ce0b9ef107eb.tar.gz
gnu: shotwell: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python.
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
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 @@ metadata in photo and video files of various formats.")
("glib:bin" ,glib "bin")
("itstool" ,itstool)
("pkg-config" ,pkg-config)
+ ("python" ,python)
("vala" ,vala)))
(inputs
`(("gcr" ,gcr)