diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-31 01:26:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-31 01:28:52 -0400 |
commit | 77e9c9931e7b849d82def2b1cc657dc89f85d05b (patch) | |
tree | 6dd58e6a05d0325aed98e62b4b62fd8b989c80a1 | |
parent | 205f0107bb894745ee740227c090ff90ee599915 (diff) | |
download | guix-77e9c9931e7b849d82def2b1cc657dc89f85d05b.tar guix-77e9c9931e7b849d82def2b1cc657dc89f85d05b.tar.gz |
gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin.
-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 8b7da30152..d54ae2fb5f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3884,6 +3884,7 @@ metadata in photo and video files of various formats.") `(("pkg-config" ,pkg-config) ("itstool" ,itstool) ("gettext" ,gettext-minimal) + ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache ("itstool" ,itstool) ("vala" ,vala))) (inputs |