Revert "gnu: yelp-tools: De-propagate some inputs."
This reverts commit c3c92c456b
.
This commit is contained in:
parent
5b580c0a28
commit
e183418ff5
1 changed files with 5 additions and 4 deletions
|
@ -6779,12 +6779,13 @@ freedesktop.org help system specification.")
|
||||||
(base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
|
(base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("itstool" ,itstool)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("xmllint" ,libxml2)
|
|
||||||
("xsltproc" ,libxslt)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("yelp-xsl" ,yelp-xsl)))
|
`(("yelp-xsl" ,yelp-xsl)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("itstool" ,itstool)
|
||||||
|
("xmllint" ,libxml2)
|
||||||
|
("xsltproc" ,libxslt)))
|
||||||
(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 a new issue