From 6b738e1e54b1d95e465638c709506a14ef3384df Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Thu, 27 Aug 2020 15:58:16 -0400 Subject: gnu: gnome-color-manager: Fix loading of icons. * gnu/packages/gnome.scm (gnome-color-manager) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 98032239ea..898f513e90 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1251,6 +1251,8 @@ documentation.") ("gtk+" ,gtk+) ("libcanberra" ,libcanberra) ("lcms" ,lcms))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Color profile manager for the GNOME desktop") (description "GNOME Color Manager is a session framework that makes it easy to manage, install and generate color profiles in the GNOME desktop.") -- cgit 1.4.1