mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
[cpan2nix] perlPackages.HTTPResponseEncoding: cleanup
This commit is contained in:
parent
aa425d9ce1
commit
433925c696
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user