diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:00 +0100 |
commit | b849c1e0b1d1e1784713a6f87bc57fd7c7052ec3 (patch) | |
tree | d6fd15b269fbe9fd6415325ca8d3887ca21e9858 | |
parent | 1ef7a03a148cf5f83ab1820444f6bd50d8e732d1 (diff) | |
download | guix-b849c1e0b1d1e1784713a6f87bc57fd7c7052ec3.tar guix-b849c1e0b1d1e1784713a6f87bc57fd7c7052ec3.tar.gz |
gnu: nautilus: Fix build.
* gnu/packages/gnome.scm (nautilus)[native-inputs]: Add python.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0ebffce224..00ffa115ca 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9142,7 +9142,8 @@ if (extension_path) `(,glib "bin") ; for glib-mkenums, etc. gobject-introspection intltool - pkg-config)) + pkg-config + python)) (inputs (list dconf gexiv2 |