summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-12-18 11:48:41 +0100
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:53 +0100
commit3bf6360f7b9c3cf67479831932c6db3f7454eb6a (patch)
tree78a724e641c59510fd75af28785ad49ac28f082b
parent3f71dc8e3426fe77ce1886ec6ba75f5371c3b154 (diff)
haskell-yesod-core: disable test suite to fix the build
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f84b8d057594..0183c0570a07 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