haskell-dns: run only the 'spec' test suite, the 'network' test suite won't succeed on Hydra

This commit is contained in:
Peter Simons 2013-08-26 12:40:27 +02:00
parent fb83f8605f
commit 884a8fc7b5

View file

@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
attoparsec attoparsecConduit binary blazeBuilder conduit hspec
iproute mtl network networkConduit random
];
doCheck = false;
testTarget = "spec";
meta = {
description = "DNS library in Haskell";
license = self.stdenv.lib.licenses.bsd3;