mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: perl-xml-xpath: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-xpath)[inputs]: Rename this... [propagated-inputs]: ...to this.
This commit is contained in:
parent
50632f0a8d
commit
9332d70602
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ (define-public perl-xml-xpath
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue