haskell-binary-instances: disable test suite to avoid spurious failures
This commit is contained in:
parent
4c791cb15a
commit
46a81f9a15
@ -1450,4 +1450,7 @@ self: super: {
|
|||||||
# https://github.com/serokell/nixfmt/pull/62
|
# https://github.com/serokell/nixfmt/pull/62
|
||||||
nixfmt = doJailbreak super.nixfmt;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
x
Reference in New Issue
Block a user