mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user