From 6dcb4185f605ad0c5c54e04a554974e9c88c474b Mon Sep 17 00:00:00 2001 From: David Baynard Date: Sat, 13 Jun 2020 22:53:57 +0100 Subject: [PATCH] =?UTF-8?q?haskellPackages.x509-validation:=20Don=E2=80=99?= =?UTF-8?q?t=20check=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test suite hangs — issue vincenthz/hs-certificate#120. Required to build tls, and thereby stack. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 84f33911f31..4b5df5082c8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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