[cpan2nix] perlPackages.HTTPBody: cleanup

This commit is contained in:
volth 2018-04-07 07:56:27 +00:00
parent 6bd13d631a
commit e39869481a

View File

@ -6975,7 +6975,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/G/GE/GETTY/${name}.tar.gz";
sha256 = "fc0d2c585b3bd1532d92609965d589e0c87cd380e7cca42fb9ad0a1311227297";
};
buildInputs = [ HTTPMessage TestDeep ];
buildInputs = [ TestDeep ];
propagatedBuildInputs = [ HTTPMessage ];
meta = {
description = "HTTP Body Parser";