diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-26 12:16:14 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:12:19 +0200 |
commit | bb6b9065f90cdc401d8de943077678239a122a61 (patch) | |
tree | c41a21df1714df41571d625f86d7e6883e74efb6 | |
parent | da548cacfc531275ac47ef6c1624463c749799b8 (diff) | |
download | guix-bb6b9065f90cdc401d8de943077678239a122a61.tar.gz |
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>
-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 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 |