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: Danny Milosavljevic <dannym@scratchpost.org>master
parent
dee784f6de
commit
ba7a7d275d
|
@ -6702,10 +6702,17 @@ of running programs and invoke methods on those interfaces.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
|
(base32 "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
(list
|
||||||
|
"--enable-doc")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext-minimal" ,gettext-minimal)
|
`(("ducktype" ,mallard-ducktype)
|
||||||
|
("gettext-minimal" ,gettext-minimal)
|
||||||
|
("intltool" ,intltool)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)
|
||||||
|
("xsltproc" ,libxslt)))
|
||||||
(synopsis "XSL stylesheets for Yelp")
|
(synopsis "XSL stylesheets for Yelp")
|
||||||
(description
|
(description
|
||||||
"Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
|
"Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
|
||||||
|
|
Reference in New Issue