gnu: yelp: Add gsettings-desktop-schemas to inputs.
* gnu/packages/gnome.scm (yelp)[inputs]: Add gsettings-desktop-schemas.
This commit is contained in:
parent
0510440b4e
commit
ad1b7d8baf
|
@ -3593,7 +3593,8 @@ to format Docbook and Mallard documents.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dconf" ,dconf)))
|
`(("dconf" ,dconf)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxslt" ,libxslt)
|
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
|
("libxslt" ,libxslt)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("webkitgtk" ,webkitgtk)
|
("webkitgtk" ,webkitgtk)
|
||||||
("yelp-xsl" ,yelp-xsl)))
|
("yelp-xsl" ,yelp-xsl)))
|
||||||
|
|
Loading…
Reference in New Issue