diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-26 09:50:04 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:12:17 +0200 |
commit | 3be502a4f3f6f528438ad7b496d13dc9990f964d (patch) | |
tree | 6a4a37bb53c8c4c08512a570619750073d08e2ba | |
parent | ec2f375c90c58fba9a8708d71b2efe9aa985c12e (diff) | |
download | guix-3be502a4f3f6f528438ad7b496d13dc9990f964d.tar.gz |
gnu: baobab: Fix loading of icons.
* gnu/packages/gnome.scm (babobab) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-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 |