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>
This commit is contained in:
Raghav Gururajan 2020-08-26 13:50:53 -04:00 committed by Danny Milosavljevic
parent 7ad10f982f
commit 3931b11b2f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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.")