summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 11:46:18 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:40 +0100
commit12a3008d4c0683818976508f62bf10eb205d80cd (patch)
tree974622611b26a475d84b27d0d33b50d641ce659b
parent9d38ae8bcf7168987b99e07369fb43ccb47d5975 (diff)
downloadnixlib-12a3008d4c0683818976508f62bf10eb205d80cd.tar
nixlib-12a3008d4c0683818976508f62bf10eb205d80cd.tar.gz
nixlib-12a3008d4c0683818976508f62bf10eb205d80cd.tar.bz2
nixlib-12a3008d4c0683818976508f62bf10eb205d80cd.tar.lz
nixlib-12a3008d4c0683818976508f62bf10eb205d80cd.tar.xz
nixlib-12a3008d4c0683818976508f62bf10eb205d80cd.tar.zst
nixlib-12a3008d4c0683818976508f62bf10eb205d80cd.zip
haskell-http-reverse-proxy: disable test suite to fix the build
See issue <https://github.com/snoyberg/http-client/issues/11>.
-rw-r--r--pkgs/development/libraries/haskell/http-reverse-proxy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/http-reverse-proxy/default.nix b/pkgs/development/libraries/haskell/http-reverse-proxy/default.nix
index f745554e4891..a8e0afc786ea 100644
--- a/pkgs/development/libraries/haskell/http-reverse-proxy/default.nix
+++ b/pkgs/development/libraries/haskell/http-reverse-proxy/default.nix
@@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
     blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
     networkConduit transformers wai warp
   ];
+  doCheck = false;
   meta = {
     homepage = "https://github.com/fpco/http-reverse-proxy";
     description = "Reverse proxy HTTP requests, either over raw sockets or with WAI";