From c51d2b86df9ed6a6303e81faa72fcacbf72892e6 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Thu, 27 Aug 2020 16:24:11 -0400 Subject: gnu: gnome-control-center: Fox loading of icons. * gnu/packages/gnome.scm (gnome-control-center) [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 898f513e90..201a7723ab 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9700,6 +9700,8 @@ integration with the GNOME desktop environment.") ("upower-glib" ,upower) ("x11" ,libx11) ("xi" ,libxi))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "GNOME Settings") (description "GNOME-Control-Center is the GNOME's main interface for configuration of various aspects of your desktop.") -- cgit 1.4.1