mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
7ad10f982f
commit
3931b11b2f
1 changed files with 2 additions and 0 deletions
|
@ -10798,6 +10798,8 @@ (define-public gnome-clocks
|
||||||
("libgeoclue" ,geoclue)
|
("libgeoclue" ,geoclue)
|
||||||
("libgweather" ,libgweather)
|
("libgweather" ,libgweather)
|
||||||
("libhandy" ,libhandy)))
|
("libhandy" ,libhandy)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("dconf" ,dconf)))
|
||||||
(synopsis "Time for Clocks")
|
(synopsis "Time for Clocks")
|
||||||
(description "GNOME-Clocks is a simple clock application for GNOME.
|
(description "GNOME-Clocks is a simple clock application for GNOME.
|
||||||
It includes world clocks, alarms, a stopwatch and a timer.")
|
It includes world clocks, alarms, a stopwatch and a timer.")
|
||||||
|
|
Loading…
Reference in a new issue