diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-17 19:05:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-17 19:06:26 -0500 |
commit | 65b2b142358f8d38cf993855fcc4ce0b9ef107eb (patch) | |
tree | a7afabd4ee3378ae38f9e177a9067649d1c793f4 /gnu/packages/gnome.scm | |
parent | 5adec4cc0582c2bd0c13a05a52094a07bd2aea13 (diff) |
gnu: shotwell: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
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) |