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:
parent
6dcb4185f6
commit
a2caf7f309
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue