haskellPackages.x509-validation: Don’t check tests

The test suite hangs — issue vincenthz/hs-certificate#120.

Required to build tls, and thereby stack.
This commit is contained in:
David Baynard 2020-06-13 22:53:57 +01:00 committed by Peter Simons
parent 116021c98a
commit 6dcb4185f6

View File

@ -1484,4 +1484,7 @@ self: super: {
dhall = self.dhall_1_30_0; dhall = self.dhall_1_30_0;
}; };
# Stack
x509-validation = dontCheck super.x509-validation;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super