summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-08-26 19:45:36 -0400
committerDanny Milosavljevic <dannym@scratchpost.org>2020-08-29 09:12:20 +0200
commitc76fdfc0b7d4c74189b18590a631ba20c78ce0c6 (patch)
tree322680002dd6c15efdc999047126a4ee470bd4be
parent23beff40f03a602f4a51bdba3b96b35c06ba88b8 (diff)
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>
-rw-r--r--gnu/packages/gnome.scm2
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.")