forked from mirrors/nixpkgs
haskell-rank2classes: disable test suite to fix the build
This commit is contained in:
parent
0eefb1f843
commit
63dad6c2ad
|
@ -1254,4 +1254,7 @@ self: super: {
|
||||||
# https://github.com/erikd/hjsmin/issues/32
|
# https://github.com/erikd/hjsmin/issues/32
|
||||||
hjsmin = dontCheck super.hjsmin;
|
hjsmin = dontCheck super.hjsmin;
|
||||||
|
|
||||||
|
# https://github.com/blamario/grampa/issues/19
|
||||||
|
rank2classes = dontCheck super.rank2classes;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
Loading…
Reference in a new issue