From ccf7442be456253246f4c280473d917f34d2f88e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Feb 2015 20:04:38 +0100 Subject: [PATCH] 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. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a856aa4accd..362bf51e219 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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.