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:
Peter Simons 2015-02-15 20:04:38 +01:00
parent 8d737e3f0c
commit ccf7442be4

View file

@ -488,6 +488,9 @@ self: super: {
# https://github.com/ekmett/exceptions/issues/40
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.