guix-commits
[Top][All Lists]
Advanced

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

10/22: gnu: gnome-clocks: Fix loading of icons.


From: guix-commits
Subject: 10/22: gnu: gnome-clocks: 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 3931b11b2faaab825282f3fdecf83c09667da0d8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 13:50:53 2020 -0400

    gnu: gnome-clocks: Fix loading of icons.
    
    * gnu/packages/gnome.scm (gnome-clocks) [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 f0c8041..f04c2b4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10798,6 +10798,8 @@ Hotmail REST APIs.")
        ("libgeoclue" ,geoclue)
        ("libgweather" ,libgweather)
        ("libhandy" ,libhandy)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "Time for Clocks")
     (description "GNOME-Clocks is a simple clock application for GNOME.
 It includes world clocks, alarms, a stopwatch and a timer.")



reply via email to

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