haskell-dns: run only the 'spec' test suite, the 'network' test suite won't succeed on Hydra
This commit is contained in:
parent
fb83f8605f
commit
884a8fc7b5
@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
|
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
|
||||||
iproute mtl network networkConduit random
|
iproute mtl network networkConduit random
|
||||||
];
|
];
|
||||||
doCheck = false;
|
testTarget = "spec";
|
||||||
meta = {
|
meta = {
|
||||||
description = "DNS library in Haskell";
|
description = "DNS library in Haskell";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user