gnu: gnome-weather: Fix loading of icons.

* gnu/packages/gnome.scm (gnome-weather) [propagated-inputs]: Add dconf.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-26 19:45:36 -04:00 committed by Danny Milosavljevic
parent 23beff40f0
commit c76fdfc0b7
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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.")