From 77e9c9931e7b849d82def2b1cc657dc89f85d05b Mon Sep 17 00:00:00 2001 From: Leo Famulari <leo@famulari.name> Date: Mon, 31 Oct 2016 01:26:15 -0400 Subject: [PATCH] gnu: shotwell: Fix build by including 'gtk-update-icon-cache'. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8b7da301522..d54ae2fb5f1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3884,6 +3884,7 @@ (define-public shotwell `(("pkg-config" ,pkg-config) ("itstool" ,itstool) ("gettext" ,gettext-minimal) + ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache ("itstool" ,itstool) ("vala" ,vala))) (inputs -- GitLab