haskellPackages.x509-validation: Don’t check tests

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

Required to build tls, and thereby stack.
wip/yesman
David Baynard 4 years ago committed by Peter Simons
parent 116021c98a
commit 6dcb4185f6
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save