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 11afd5730a..e266f11b21 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10484,6 +10484,8 @@ associations for GNOME.") ("gnome-desktop" ,gnome-desktop) ("gtk+" ,gtk+) ("gweather" ,libgweather))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Weather monitoring for GNOME desktop") (description "GNOME-Weather is a small application that allows you to monitor the current weather conditions for your city, or anywhere in the world.") |