summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-14 22:36:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-15 09:57:14 +0200
commit9332d70602357c9dfd7a699ed43eab009b7981e4 (patch)
tree0f291be226782355c4e748268125d00314766343 /gnu/packages/xml.scm
parent50632f0a8dd69c81bdaffb382f54d8ac62c87c9c (diff)
downloadgnu-guix-9332d70602357c9dfd7a699ed43eab009b7981e4.tar
gnu-guix-9332d70602357c9dfd7a699ed43eab009b7981e4.tar.gz
gnu: perl-xml-xpath: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-xpath)[inputs]: Rename this... [propagated-inputs]: ...to this.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 0f6b5dc9bc..b9661f91d1 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -824,7 +824,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
(build-system perl-build-system)
(native-inputs
`(("perl-path-tiny" ,perl-path-tiny)))
- (inputs
+ (propagated-inputs
`(("perl-xml-parser" ,perl-xml-parser)))
(home-page "http://search.cpan.org/dist/XML-XPath")
(synopsis "Parse and evaluate XPath statements")