diff options
-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 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 |