From ba6ff635684148825bf9f0fb2ff2b4473a7a00e4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Sep 2014 10:41:58 +0200 Subject: [PATCH] haskell-aws: jailbreak to fix build with conduit --- pkgs/development/libraries/haskell/aws/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/aws/default.nix b/pkgs/development/libraries/haskell/aws/default.nix index 3df47d95618..1776d0b48d4 100644 --- a/pkgs/development/libraries/haskell/aws/default.nix +++ b/pkgs/development/libraries/haskell/aws/default.nix @@ -27,6 +27,7 @@ cabal.mkDerivation (self: { tastyQuickcheck text transformers ]; doCheck = false; + jailbreak = true; meta = { homepage = "http://github.com/aristidb/aws"; description = "Amazon Web Services (AWS) for Haskell";