diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-26 13:33:15 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:12:20 +0200 |
commit | ce42a7033ea7770e7649be9310a3029707bd2e82 (patch) | |
tree | 949e365f836d1c9b5f1581073f29571287757b9e | |
parent | 68919c97f34e3eb21cc336278d9bf36a1a11a348 (diff) | |
download | guix-ce42a7033ea7770e7649be9310a3029707bd2e82.tar.gz |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 54dfcb7bd0..391c6d3426 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 |