guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/22: gnu: baobab: Fix loading of icons.


From: guix-commits
Subject: 01/22: gnu: baobab: Fix loading of icons.
Date: Sat, 29 Aug 2020 03:12:29 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 3be502a4f3f6f528438ad7b496d13dc9990f964d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 09:50:04 2020 -0400

    gnu: baobab: Fix loading of icons.
    
    * gnu/packages/gnome.scm (babobab) [propagated-inputs]: Add dconf.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5ae10af..c38aa72 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]