me
/
guix
Archived
1
0
Fork 0

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
Raghav Gururajan 2020-09-24 04:17:52 -04:00 committed by Danny Milosavljevic
parent 416b1b9f56
commit c3c92c456b
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 4 deletions

View File

@ -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,