forked from mirrors/nixpkgs
haskell-yesod-core: disable broken test suite
This commit is contained in:
parent
1e44702fc0
commit
fe91334fbf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue