From 9d38ae8bcf7168987b99e07369fb43ccb47d5975 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Dec 2013 11:10:50 +0100 Subject: [PATCH] haskell-http-conduit: disable test suite to fix the build See issue . --- pkgs/development/libraries/haskell/http-conduit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/http-conduit/default.nix b/pkgs/development/libraries/haskell/http-conduit/default.nix index 403fdbe59b79..30dacc9b6b1c 100644 --- a/pkgs/development/libraries/haskell/http-conduit/default.nix +++ b/pkgs/development/libraries/haskell/http-conduit/default.nix @@ -26,6 +26,7 @@ cabal.mkDerivation (self: { regexCompat resourcet socks text time tls tlsExtra transformers transformersBase utf8String void wai warp warpTls zlibConduit ]; + doCheck = false; meta = { homepage = "http://www.yesodweb.com/book/http-conduit"; description = "HTTP client package with conduit interface and HTTPS support";