[cpan2nix] perlPackages.AnyEventCacheDNS: cleanup

This commit is contained in:
volth 2018-04-07 07:54:44 +00:00
parent 63dc769f67
commit ed42cbb651

View File

@ -136,7 +136,6 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/P/PO/POTYL/${name}.tar.gz"; url = "mirror://cpan/authors/id/P/PO/POTYL/${name}.tar.gz";
sha256 = "41c1faf183b61806b55889ceea1237750c1f61b9ce2735fdf33dc05536712dae"; sha256 = "41c1faf183b61806b55889ceea1237750c1f61b9ce2735fdf33dc05536712dae";
}; };
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ AnyEvent ]; propagatedBuildInputs = [ AnyEvent ];
doCheck = false; # does an DNS lookup doCheck = false; # does an DNS lookup
meta = { meta = {