mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-libxml: Propagate input.
* gnu/packages/xml.scm (perl-libxml): Propagate input perl-xml-parser.
This commit is contained in:
parent
f852114ed6
commit
7b81406a4f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ (define-public perl-libxml
|
|||
(base32
|
||||
"1jy9af0ljyzj7wakqli0437zb2vrbplqj4xhab7bfj2xgfdhawa5"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("perl-xml-parser" ,perl-xml-parser)))
|
||||
(license (package-license perl))
|
||||
(synopsis "Perl SAX parser using XML::Parser")
|
||||
|
|
Loading…
Reference in a new issue