mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
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
|
||||
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 New Issue
Block a user