guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/22: gnu: gnome-weather: Fix loading of icons.


From: guix-commits
Subject: 18/22: gnu: gnome-weather: Fix loading of icons.
Date: Sat, 29 Aug 2020 03:12:33 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit c76fdfc0b7d4c74189b18590a631ba20c78ce0c6
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 19:45:36 2020 -0400

    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>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 11afd57..e266f11 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]