gnu: yelp-xsl: Remove input labels.
* gnu/packages/gnome.scm (yelp-xsl)[native-inputs]: Remove labels.
This commit is contained in:
parent
90002914cb
commit
2a023a7bd8
1 changed files with 6 additions and 8 deletions
|
@ -6839,15 +6839,13 @@ of running programs and invoke methods on those interfaces.")
|
||||||
(base32 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
|
(base32 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
'(#:configure-flags '("--enable-doc")))
|
||||||
(list
|
|
||||||
"--enable-doc")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ducktype" ,mallard-ducktype)
|
(list mallard-ducktype
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("xmllint" ,libxml2)
|
libxml2
|
||||||
("xsltproc" ,libxslt)))
|
libxslt))
|
||||||
(synopsis "XSL stylesheets for Yelp")
|
(synopsis "XSL stylesheets for Yelp")
|
||||||
(description "Yelp-XSL is a collection of programs and data files to help
|
(description "Yelp-XSL is a collection of programs and data files to help
|
||||||
you build, maintain, and distribute documentation. It provides XSLT stylesheets
|
you build, maintain, and distribute documentation. It provides XSLT stylesheets
|
||||||
|
|
Reference in a new issue