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…
x
Reference in New Issue
Block a user