guix-commits
[Top][All Lists]
Advanced

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

20/22: gnu: simple-scan: Fix loading of icons.


From: guix-commits
Subject: 20/22: gnu: simple-scan: Fix loading of icons.
Date: Sat, 29 Aug 2020 03:12:34 -0400 (EDT)

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

commit 436e54bab2e4b110cf72b465bdbff08fe698aaa5
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 20:04:33 2020 -0400

    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>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5d97c9c..e739acd 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



reply via email to

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