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:
Andreas Enge 2013-12-09 23:59:11 +01:00
parent 846972ebe5
commit d42daec07b
1 changed files with 1 additions and 5 deletions

View File

@ -402,18 +402,14 @@ Encode::decode(locale => $string).")
(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")