mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: perl-xml-dom: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-dom): Drop inputs that are obtained through propagation, propagate the other inputs.
This commit is contained in:
parent
7b81406a4f
commit
f7faff88b7
1 changed files with 2 additions and 6 deletions
|
@ -222,13 +222,9 @@ (define-public perl-xml-dom
|
|||
(base32
|
||||
"1r0ampc88ni3sjpzr583k86076qg399arfm9xirv3cw49k3k5bzn"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
`(("perl-http-date" ,perl-http-date)
|
||||
("perl-http-message" ,perl-http-message)
|
||||
("perl-libwww" ,perl-libwww)
|
||||
(propagated-inputs
|
||||
`(("perl-libwww" ,perl-libwww)
|
||||
("perl-libxml" ,perl-libxml)
|
||||
("perl-uri" ,perl-uri)
|
||||
("perl-xml-parser" ,perl-xml-parser)
|
||||
("perl-xml-regexp" ,perl-xml-regexp)))
|
||||
(license (package-license perl))
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue