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