haskellPackages.tls: Don’t check tests

The ‘Extended Master Secret (resumption)’ test is failing.
See vincenth/hs-tls#434.

Required for stack.
This commit is contained in:
David Baynard 2020-06-13 23:14:52 +01:00 committed by Peter Simons
parent 6dcb4185f6
commit a2caf7f309
1 changed files with 1 additions and 0 deletions

View File

@ -1486,5 +1486,6 @@ self: super: {
# Stack
x509-validation = dontCheck super.x509-validation;
tls = dontCheck super.tls;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super