guix-commits
[Top][All Lists]
Advanced

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

08/22: gnu: gnome-calendar: Fix loading of icons.


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

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

commit ce42a7033ea7770e7649be9310a3029707bd2e82
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 13:33:15 2020 -0400

    gnu: gnome-calendar: Fix loading of icons.
    
    * gnu/packages/gnome.scm (gnome-calendar) [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 54dfcb7..391c6d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10844,6 +10844,8 @@ It includes world clocks, alarms, a stopwatch and a 
timer.")
        ("libsoup", libsoup)
        ("libedataserverui" ,evolution-data-server)
        ("libgweather" ,libgweather)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "Calendar application for GNOME")
     (description "GNOME Calendar is a simple and beautiful calendar application
 designed to perfectly fit the GNOME desktop.  By reusing the components which



reply via email to

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