summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-09-24 04:17:52 -0400
committerDanny Milosavljevic <dannym@scratchpost.org>2020-12-01 22:06:03 +0100
commitc3c92c456b25ffded596a42d11044f62dcc03baa (patch)
treef1809121f14fb5fc1aac566ff3697cf7312c7dca /gnu/packages/gnome.scm
parent416b1b9f56b514677660b56992cea1c78e00f519 (diff)
downloadguix-patches-c3c92c456b25ffded596a42d11044f62dcc03baa.tar
guix-patches-c3c92c456b25ffded596a42d11044f62dcc03baa.tar.gz
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>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8d58e916a5..7103c02a43 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6779,13 +6779,12 @@ freedesktop.org help system specification.")
(base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
(build-system gnu-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config)))
- (inputs
- `(("yelp-xsl" ,yelp-xsl)))
- (propagated-inputs
`(("itstool" ,itstool)
+ ("pkg-config" ,pkg-config)
("xmllint" ,libxml2)
("xsltproc" ,libxslt)))
+ (inputs
+ `(("yelp-xsl" ,yelp-xsl)))
(synopsis "Yelp documentation tools")
(description
"Yelp-tools is a collection of scripts and build utilities to help create,