1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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;
};
# Stack
x509-validation = dontCheck super.x509-validation;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super