From 3bf6360f7b9c3cf67479831932c6db3f7454eb6a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Dec 2020 11:48:41 +0100 Subject: [PATCH] haskell-yesod-core: disable test suite to fix the build --- 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 f84b8d05759..0183c0570a0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1534,4 +1534,7 @@ self: super: { skylighting = self.skylighting_0_10_2; skylighting-core = self.skylighting-core_0_10_2; + # https://github.com/yesodweb/yesod/issues/1714 + yesod-core = dontCheck super.yesod-core; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super