From 5d3bddf6ca5bbec09acf686966aeab16a17f0ea3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Sep 2014 19:20:09 +0200 Subject: [PATCH] haskell-http-streams: jailbreak to fix build with current openssl-streams --- pkgs/development/libraries/haskell/http-streams/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/http-streams/default.nix b/pkgs/development/libraries/haskell/http-streams/default.nix index 910851bde34..3f2b724c119 100644 --- a/pkgs/development/libraries/haskell/http-streams/default.nix +++ b/pkgs/development/libraries/haskell/http-streams/default.nix @@ -25,6 +25,7 @@ cabal.mkDerivation (self: { unorderedContainers ]; doCheck = false; + jailbreak = true; meta = { homepage = "http://research.operationaldynamics.com/projects/http-streams/"; description = "An HTTP client using io-streams";