haskell-zlib: fix build by disabling the test suite
This commit is contained in:
parent
c23eb9eff8
commit
51c9058731
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue