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