gnu: yelp: Add gsettings-desktop-schemas to inputs.

* gnu/packages/gnome.scm (yelp)[inputs]: Add gsettings-desktop-schemas.
master
宋文武 2016-04-30 18:39:03 +08:00
parent 0510440b4e
commit ad1b7d8baf
1 changed files with 2 additions and 1 deletions

View File

@ -3593,7 +3593,8 @@ to format Docbook and Mallard documents.")
(propagated-inputs
`(("dconf" ,dconf)))
(inputs
`(("libxslt" ,libxslt)
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libxslt" ,libxslt)
("sqlite" ,sqlite)
("webkitgtk" ,webkitgtk)
("yelp-xsl" ,yelp-xsl)))