[cpan2nix] perlPackages.HTTPResponseEncoding: cleanup

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

View File

@ -7187,10 +7187,11 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/D/DA/DANKOGAI/HTTP-Response-Encoding-0.06.tar.gz;
sha256 = "1am8lis8107s5npca1xgazdy5sknknzcqyhdmc220s4a4f77n5hh";
};
propagatedBuildInputs = [ LWPUserAgent HTTPMessage ];
propagatedBuildInputs = [ HTTPMessage ];
meta = {
description = "Adds encoding() to HTTP::Response";
};
buildInputs = [ LWP ];
};
HTTPServerSimple = buildPerlPackage {