diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-14 22:36:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 09:57:14 +0200 |
commit | 9332d70602357c9dfd7a699ed43eab009b7981e4 (patch) | |
tree | 0f291be226782355c4e748268125d00314766343 /gnu/packages/xml.scm | |
parent | 50632f0a8dd69c81bdaffb382f54d8ac62c87c9c (diff) | |
download | patches-9332d70602357c9dfd7a699ed43eab009b7981e4.tar patches-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.scm | 2 |
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") |