From c76fdfc0b7d4c74189b18590a631ba20c78ce0c6 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 19:45:36 -0400 Subject: gnu: gnome-weather: Fix loading of icons. * gnu/packages/gnome.scm (gnome-weather) [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 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.") -- cgit v1.2.3