3
0
Fork 0
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:
Peter Simons 2013-07-26 10:35:30 +02:00
parent 9d7cb9b593
commit 5ff9c0c067

View file

@ -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;