summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-19 21:17:41 +0200
committerPeter Simons <simons@cryp.to>2014-08-19 23:47:59 +0200
commit229eb441a3924309eb67dac083d8f975a11a6e14 (patch)
tree891309c0a5b39c79c0b6d8a8a07650538f9059b5 /pkgs
parent42c7a11d4be7d63e8c533355db086cc45a1dca8b (diff)
haskell-aws: disable test suite to fix the build
https://github.com/aristidb/aws/issues/125
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/aws/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/aws/default.nix b/pkgs/development/libraries/haskell/aws/default.nix
index 8ba55efce0514..d6e8a5fb5ad6f 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";