[cpan2nix] perlPackages.HTTPProxy: cleanup

This commit is contained in:
volth 2018-04-07 07:56:58 +00:00
parent afb14126a4
commit aa425d9ce1

View File

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