diff options
-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.") |