haskell-yesod-core: disable test suite to fix the build

This commit is contained in:
Peter Simons 2020-12-18 11:48:41 +01:00
parent 3f71dc8e34
commit 3bf6360f7b

View file

@ -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