[cpan2nix] perlPackages.HTTPProxy: cleanup

This commit is contained in:
volth 2018-04-07 07:56:58 +00:00
parent afb14126a4
commit aa425d9ce1
1 changed files with 1 additions and 2 deletions

View File

@ -7163,8 +7163,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/B/BO/BOOK/${name}.tar.gz";
sha256 = "b05290534ec73625c21a0565fc35170890dab163843d95331c292c23f504c69d";
};
buildInputs = [ HTMLParser ];
propagatedBuildInputs = [ HTTPDaemon HTTPDate HTTPMessage LWP ];
propagatedBuildInputs = [ LWP ];
meta = {
description = "A pure Perl HTTP proxy";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];