mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
haskell-exceptions: upstream has fixed the test suite
This commit is contained in:
parent
e99dc2b0d5
commit
eb7b6e2137
@ -504,9 +504,6 @@ self: super: {
|
||||
# https://github.com/bos/bloomfilter/issues/7
|
||||
bloomfilter = overrideCabal super.bloomfilter (drv: { broken = !pkgs.stdenv.is64bit; });
|
||||
|
||||
# https://github.com/ekmett/exceptions/issues/42
|
||||
exceptions = dontCheck super.exceptions;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/6350
|
||||
paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user