haskell-yesod-core: disable broken test suite

This commit is contained in:
Peter Simons 2018-10-15 11:36:57 +02:00
parent 1e44702fc0
commit fe91334fbf

View file

@ -1148,4 +1148,7 @@ self: super: {
arbtt = doJailbreak super.arbtt;
# https://github.com/yesodweb/yesod/issues/1563
yesod-core = dontCheck super.yesod-core;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super