dannym pushed a commit to branch wip-desktop
in repository guix.
commit e77d2a6b4a062807a175cd4b66236b88cdd1f6aa
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
gnu/packages/gtk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d9e6404..c388847 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)