mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
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
|
||||
iproute mtl network networkConduit random
|
||||
];
|
||||
doCheck = false;
|
||||
testTarget = "spec";
|
||||
meta = {
|
||||
description = "DNS library in Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user