forked from mirrors/nixpkgs
haskell-dns: disable the test suite to fix the build
The test suite assumes that it can read /etc/resolv.conf.
This commit is contained in:
parent
9d7cb9b593
commit
5ff9c0c067
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
|
||||
iproute mtl network networkConduit random
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "DNS library in Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue