From 51c90587312325aec43a331ac41995dccd419301 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Apr 2015 18:12:59 +0200 Subject: [PATCH] haskell-zlib: fix build by disabling the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6a1779dfe35..cb908dbb962 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -794,4 +794,7 @@ self: super: { license = pkgs.stdenv.lib.licenses.bsd3; }; + # Test suite won't compile against tasty 0.10.x. + zlib_0_6_0_0 = dontCheck super.zlib_0_6_0_0; + }