mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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>
This commit is contained in:
parent
d9ff138e2c
commit
436e54bab2
1 changed files with 2 additions and 0 deletions
|
@ -7561,6 +7561,8 @@ (define-public simple-scan
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue