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 @@ (define-public gnome-weather ("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.")