haskell-rank2classes: disable test suite to fix the build

This commit is contained in:
Peter Simons 2019-10-18 22:36:05 +02:00
parent 0eefb1f843
commit 63dad6c2ad

View file

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