guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.


From: Leo Famulari
Subject: 01/01: gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.
Date: Mon, 31 Oct 2016 05:29:02 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 77e9c9931e7b849d82def2b1cc657dc89f85d05b
Author: Leo Famulari <address@hidden>
Date:   Mon Oct 31 01:26:15 2016 -0400

    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 8b7da30..d54ae2f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]