mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskellPackages.polysemy: mark dontCheck
This commit is contained in:
parent
35f1e57531
commit
c41bbefd80
@ -1272,4 +1272,8 @@ self: super: {
|
||||
# upstream issue: https://github.com/vmchale/atspkg/issues/12
|
||||
language-ats = dontCheck super.language-ats;
|
||||
|
||||
# polysemy has occasional test failures from what looks like buggy async tests.
|
||||
# We think this will probably be fixed when updating to the polysemy version in LTS-15.
|
||||
polysemy = dontCheck super.polysemy;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user