From bb6b9065f90cdc401d8de943077678239a122a61 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 12:16:14 -0400 Subject: gnu: file-roller: Fix loading of icons. * gnu/packages/gnome.scm (file-roller) [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 9a025711ee..1b95eee4c4 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 -- cgit 1.4.1