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:
parent
116021c98a
commit
6dcb4185f6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue