diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-27 16:24:11 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:14:19 +0200 |
commit | c51d2b86df9ed6a6303e81faa72fcacbf72892e6 (patch) | |
tree | da178ce55a0108a919f567f81295053e8d5d810d | |
parent | 6b738e1e54b1d95e465638c709506a14ef3384df (diff) | |
download | guix-c51d2b86df9ed6a6303e81faa72fcacbf72892e6.tar.gz |
gnu: gnome-control-center: Fox loading of icons.
* gnu/packages/gnome.scm (gnome-control-center) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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.") |