gnu: yelp-xsl: Enable documentation.
* gnu/packages/gnome.scm (yelp-xsl) [arguments]<#:configure-flag> [--enable-doc]: New flag. [native-inputs]: Add mallard-ducktype, intltool and libxslt. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
4d170cfb13
commit
e8e33c4ac3
1 changed files with 9 additions and 2 deletions
|
@ -6810,10 +6810,17 @@ (define-public yelp-xsl
|
|||
(sha256
|
||||
(base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"--enable-doc")))
|
||||
(native-inputs
|
||||
`(("gettext-minimal" ,gettext-minimal)
|
||||
`(("ducktype" ,mallard-ducktype)
|
||||
("gettext" ,gettext-minimal)
|
||||
("intltool" ,intltool)
|
||||
("itstool" ,itstool)
|
||||
("xmllint" ,libxml2)))
|
||||
("xmllint" ,libxml2)
|
||||
("xsltproc" ,libxslt)))
|
||||
(synopsis "XSL stylesheets for Yelp")
|
||||
(description "Yelp-XSL is a collection of programs and data files to help
|
||||
you build, maintain, and distribute documentation. It provides XSLT stylesheets
|
||||
|
|
Loading…
Reference in a new issue