From b48796a5f24475f3cee2b9f4d30a72b85817c2b7 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 20:26:07 -0400 Subject: gnu: yelp: Fix loading of icons. * gnu/packages/gnome.scm (yelp) [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 2a06b52fc7..98032239ea 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7884,6 +7884,8 @@ jQuery.Syntax JavaScript libraries.") ("sqlite" ,sqlite) ("webkitgtk" ,webkitgtk) ("yelp-xsl" ,yelp-xsl))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "GNOME help browser") (description "Yelp is the help viewer in Gnome. It natively views Mallard, DocBook, man, info, and HTML documents. It can locate documents according to -- cgit 1.4.1