mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
23beff40f0
commit
c76fdfc0b7
1 changed files with 2 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue