From ce42a7033ea7770e7649be9310a3029707bd2e82 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 13:33:15 -0400 Subject: gnu: gnome-calendar: Fix loading of icons. * gnu/packages/gnome.scm (gnome-calendar) [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 54dfcb7bd0..391c6d3426 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10844,6 +10844,8 @@ (define-public gnome-calendar ("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 -- cgit v1.2.3