[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-desktop updated: gnu: gtk+: Add missing input.
From: |
guix-commits |
Subject: |
branch wip-desktop updated: gnu: gtk+: Add missing input. |
Date: |
Thu, 16 Jul 2020 21:49:27 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch wip-desktop
in repository guix.
The following commit(s) were added to refs/heads/wip-desktop by this push:
new 81340f7 gnu: gtk+: Add missing input.
81340f7 is described below
commit 81340f7a6d9a88baeb7598345bb70863cc9ad092
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sun Jul 12 20:31:48 2020 -0400
gnu: gtk+: Add missing input.
* gnu/package/gtk.scm (gtk+) [native-inputs]: Add hicolor-icon-theme.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gtk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2623dd9..353fb9e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -962,6 +962,7 @@ application suites.")
("gettext" ,gettext-minimal)
("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
+ ("hicolor-icon-theme" ,hicolor-icon-theme)
("intltool" ,intltool)
("perl" ,perl)
("pkg-config" ,pkg-config)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-desktop updated: gnu: gtk+: Add missing input.,
guix-commits <=