mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
haskell-math-functions: test suite fails sporadically
This commit is contained in:
parent
7f1d74d43b
commit
3e092a19f3
@ -1057,6 +1057,9 @@ self: super: {
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
# https://github.com/bos/math-functions/issues/25
|
||||
math-functions = dontCheck super.math-functions;
|
||||
|
||||
# http-api-data_0.3.x requires QuickCheck > 2.9, but overriding that version
|
||||
# is hard because of transitive dependencies, so we just disable tests.
|
||||
http-api-data_0_3_3 = dontCheck super.http-api-data_0_3_3;
|
||||
|
Loading…
Reference in New Issue
Block a user