mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-xml-simple: Propagate XML::Parser.
* gnu/packages/xml.scm (perl-xml-simple): Move XML::Parser from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
0f481f0616
commit
27ef7f4542
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ (define-public perl-xml-simple
|
|||
(base32
|
||||
"0jj3jiray1l4pi9wkjcpxjc3v431whdwx5aqnhgdm4i7h3817zsw"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("perl-xml-parser" ,perl-xml-parser)))
|
||||
(license (package-license perl))
|
||||
(synopsis "Perl module for easy reading/writing of XML files")
|
||||
|
|
Loading…
Reference in a new issue