From 229eb441a3924309eb67dac083d8f975a11a6e14 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Aug 2014 21:17:41 +0200 Subject: [PATCH] haskell-aws: disable test suite to fix the build https://github.com/aristidb/aws/issues/125 --- 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 8ba55efce05..d6e8a5fb5ad 100644 --- a/pkgs/development/libraries/haskell/aws/default.nix +++ b/pkgs/development/libraries/haskell/aws/default.nix @@ -26,6 +26,7 @@ cabal.mkDerivation (self: { aeson errors mtl QuickCheck quickcheckInstances tagged tasty tastyQuickcheck text transformers ]; + doCheck = false; meta = { homepage = "http://github.com/aristidb/aws"; description = "Amazon Web Services (AWS) for Haskell";