summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 11:10:50 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:40 +0100
commit9d38ae8bcf7168987b99e07369fb43ccb47d5975 (patch)
tree7651f8d7428fa1c1cae15117239524ef0a2eeba0 /pkgs
parent3242e0d495d3ff12d30c229ba3d2807f61f1e83b (diff)
downloadnixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.tar
nixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.tar.gz
nixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.tar.bz2
nixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.tar.lz
nixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.tar.xz
nixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.tar.zst
nixlib-9d38ae8bcf7168987b99e07369fb43ccb47d5975.zip
haskell-http-conduit: disable test suite to fix the build
See issue <https://github.com/snoyberg/http-client/issues/11>.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/http-conduit/default.nix1
1 files changed, 1 insertions, 0 deletions
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";