From 3be502a4f3f6f528438ad7b496d13dc9990f964d Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 09:50:04 -0400 Subject: gnu: baobab: Fix loading of icons. * gnu/packages/gnome.scm (babobab) [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 5ae10af1db..c38aa72112 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10253,6 +10253,8 @@ manage files.") (inputs `(("glib" ,glib) ("gtk+" ,gtk+))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Disk Usage Analyzer") (description "Baobab scans folders, devices or remote locations and reports on the disk space consumed by each element. It provides both a tree-like and a -- cgit 1.4.1