From 31ea2fc8d5e25035c6e8db3a895f84c067670f26 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 6 Oct 2014 11:52:58 +0200 Subject: [PATCH] haskell-conduit-extra: don't run the test suite to avoid spurious build errors https://github.com/snoyberg/conduit/issues/177 --- pkgs/development/libraries/haskell/conduit-extra/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/conduit-extra/default.nix b/pkgs/development/libraries/haskell/conduit-extra/default.nix index 8443a4909fc..1bcdd8f25e7 100644 --- a/pkgs/development/libraries/haskell/conduit-extra/default.nix +++ b/pkgs/development/libraries/haskell/conduit-extra/default.nix @@ -18,6 +18,7 @@ cabal.mkDerivation (self: { async attoparsec blazeBuilder conduit exceptions hspec resourcet stm text transformers transformersBase ]; + doCheck = false; meta = { homepage = "http://github.com/snoyberg/conduit"; description = "Batteries included conduit: adapters for common libraries";