guix-commits
[Top][All Lists]
Advanced

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

04/22: gnu: file-roller: Fix loading of icons.


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

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

commit bb6b9065f90cdc401d8de943077678239a122a61
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 12:16:14 2020 -0400

    gnu: file-roller: Fix loading of icons.
    
    * gnu/packages/gnome.scm (file-roller) [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 9a02571..1b95eee 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8111,6 +8111,8 @@ share them with others via social networking and more.")
        ("libnautilus-extension" ,nautilus)
        ("libnotify" ,libnotify)
        ("nettle" ,nettle)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "Archive management utility")
     (description "File Roller is an archive manager for the GNOME environment.
 This means that you can create and modify archives; view the content of an



reply via email to

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