summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
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 /pkgs/development/haskell-modules/configuration-common.nix
parent3f71dc8e3426fe77ce1886ec6ba75f5371c3b154 (diff)
downloadnixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.tar
nixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.tar.gz
nixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.tar.bz2
nixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.tar.lz
nixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.tar.xz
nixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.tar.zst
nixpkgs-3bf6360f7b9c3cf67479831932c6db3f7454eb6a.zip
haskell-yesod-core: disable test suite to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 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