diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 84f33911f31e..4b5df5082c83 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