From 713766febf2c50b8bb5aa342ede23322e4d6ec27 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 15:12:31 -0400 Subject: gnu: gnome-font-viewer: Fix loading of icons. * gnu/packages/gnome.scm (gnome-font-viewer) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2b909f91d5..5a0c1539a8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2669,6 +2669,8 @@ (define-public gnome-font-viewer ("gnome-desktop" ,gnome-desktop) ("gtk+" ,gtk+) ("harfbuzz" ,harfbuzz))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "View fonts on your system") (description "GNOME-Font-Viewer is an application to show you the fonts installed on your computer for your use as thumbnails. Selecting any thumbnails -- cgit v1.2.3