gnu: yelp-tools: De-propagate some inputs.
* gnu/packages/gnome.scm (yelp-tools) [propagated-inputs]: Move itstool, libxml2 and libxslt to ... [native-inputs]: ... here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
416b1b9f56
commit
c3c92c456b
|
@ -6779,13 +6779,12 @@ freedesktop.org help system specification.")
|
||||||
(base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
|
(base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
|
||||||
`(("yelp-xsl" ,yelp-xsl)))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("itstool" ,itstool)
|
`(("itstool" ,itstool)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
|
(inputs
|
||||||
|
`(("yelp-xsl" ,yelp-xsl)))
|
||||||
(synopsis "Yelp documentation tools")
|
(synopsis "Yelp documentation tools")
|
||||||
(description
|
(description
|
||||||
"Yelp-tools is a collection of scripts and build utilities to help create,
|
"Yelp-tools is a collection of scripts and build utilities to help create,
|
||||||
|
|
Reference in New Issue