From 3931b11b2faaab825282f3fdecf83c09667da0d8 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 13:50:53 -0400 Subject: gnu: gnome-clocks: Fix loading of icons. * gnu/packages/gnome.scm (gnome-clocks) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f0c80414c0..f04c2b451b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10798,6 +10798,8 @@ (define-public gnome-clocks ("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.") -- cgit v1.2.3