haskell-zlib: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-04-17 18:12:59 +02:00
parent c23eb9eff8
commit 51c9058731
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}