mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: perl-libwww: Propagate all inputs.
* gnu/packages/web.scm (perl-libwww): Drop inputs that appear through propagation, and propagate all others.
This commit is contained in:
parent
846972ebe5
commit
d42daec07b
1 changed files with 1 additions and 5 deletions
|
@ -402,18 +402,14 @@ (define-public perl-libwww
|
|||
(base32
|
||||
"08wgwyz7748pv5cyngxia0xl6nragfnhrp4p9s78xhgfyygpj9bv"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
`(("perl-encode-locale" ,perl-encode-locale)
|
||||
("perl-file-listing" ,perl-file-listing)
|
||||
("perl-html-parser" ,perl-html-parser)
|
||||
("perl-http-cookies" ,perl-http-cookies)
|
||||
("perl-http-date" ,perl-http-date)
|
||||
("perl-http-daemon" ,perl-http-daemon)
|
||||
("perl-http-message" ,perl-http-message)
|
||||
("perl-http-negotiate" ,perl-http-negotiate)
|
||||
("perl-lwp-mediatypes" ,perl-lwp-mediatypes)
|
||||
("perl-net-http" ,perl-net-http)
|
||||
("perl-uri" ,perl-uri)
|
||||
("perl-www-robotrules" ,perl-www-robotrules)))
|
||||
(license (package-license perl))
|
||||
(synopsis "Perl modules for the WWW")
|
||||
|
|
Loading…
Reference in a new issue