guix-commits
[Top][All Lists]
Advanced

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

22/22: gnu: yelp: Fix loading of icons.


From: guix-commits
Subject: 22/22: gnu: yelp: 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 b48796a5f24475f3cee2b9f4d30a72b85817c2b7
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 20:26:07 2020 -0400

    gnu: yelp: Fix loading of icons.
    
    * gnu/packages/gnome.scm (yelp) [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 2a06b52..9803223 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7884,6 +7884,8 @@ jQuery.Syntax JavaScript libraries.")
        ("sqlite" ,sqlite)
        ("webkitgtk" ,webkitgtk)
        ("yelp-xsl" ,yelp-xsl)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "GNOME help browser")
     (description "Yelp is the help viewer in Gnome.  It natively views Mallard,
 DocBook, man, info, and HTML documents.  It can locate documents according to



reply via email to

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