AnyEvent::CacheDNS: Disable tests

This doesn't work in a sandbox because it accesses the network.
This commit is contained in:
Eelco Dolstra 2016-09-30 16:47:11 +02:00
parent 65f44f3f3a
commit 590c164858
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ let self = _self // overrides; _self = with self; {
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ AnyEvent ];
doCheck = false; # does an DNS lookup
meta = {
homepage = http://github.com/potyl/perl-AnyEvent-CacheDNS;
description = "Simple DNS resolver with caching";