diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-26 20:04:33 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-29 09:12:21 +0200 |
commit | 436e54bab2e4b110cf72b465bdbff08fe698aaa5 (patch) | |
tree | dd9bb1585e6b835aad3c52b81e509e84a13922f0 /gnu/packages/gnome.scm | |
parent | d9ff138e2cddd1fed311ccc983d8c5824fa7ab7f (diff) | |
download | guix-436e54bab2e4b110cf72b465bdbff08fe698aaa5.tar.gz |
gnu: simple-scan: Fix loading of icons.
* gnu/packages/gnome.scm (simple-scan) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 5d97c9cba5..e739acd336 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7561,6 +7561,8 @@ USB transfers with your high-level application or system daemon.") ("packagekit-glib" ,packagekit) ("sane-backends" ,sane-backends) ("zlib" ,zlib))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Document scanner") (description "Simple-Scan is a document scanning application for GNOME. It allows you to capture images using image scanners that have suitable SANE |