haskell-binary-instances: disable test suite to avoid spurious failures

This commit is contained in:
Peter Simons 2020-03-06 20:38:52 +01:00
parent 4c791cb15a
commit 46a81f9a15

View file

@ -1450,4 +1450,7 @@ self: super: {
# https://github.com/serokell/nixfmt/pull/62
nixfmt = doJailbreak super.nixfmt;
# https://github.com/phadej/binary-orphans/issues/45
binary-instances = dontCheck super.binary-instances;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super