haskell-paypal-adaptive-hoops: don't try to run the network-related part of the test suite in our chroot environment
Resolves https://github.com/NixOS/nixpkgs/issues/6350.
This commit is contained in:
parent
8d737e3f0c
commit
ccf7442be4
@ -488,6 +488,9 @@ self: super: {
|
|||||||
# https://github.com/ekmett/exceptions/issues/40
|
# https://github.com/ekmett/exceptions/issues/40
|
||||||
exceptions = dontCheck super.exceptions;
|
exceptions = dontCheck super.exceptions;
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/6350
|
||||||
|
paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; });
|
||||||
|
|
||||||
} // {
|
} // {
|
||||||
|
|
||||||
# Not on Hackage.
|
# Not on Hackage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user