mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: yelp: Fix loading of icons.
* gnu/packages/gnome.scm (yelp) [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
cdb5aaf31f
commit
b48796a5f2
1 changed files with 2 additions and 0 deletions
|
@ -7884,6 +7884,8 @@ (define-public yelp
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue