From d4566400c984d3a5fe41e0a20acf3898d2063f6f Mon Sep 17 00:00:00 2001 From: Theodore Witkamp Date: Wed, 5 Oct 2016 17:04:35 -0700 Subject: [PATCH] haskellPackage.wai-cors: Disable cabal check External program is used in tests. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 657b25afbe52..b997c5634c2c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -275,6 +275,7 @@ self: super: { xmlgen = dontCheck super.xmlgen; hapistrano = dontCheck super.hapistrano; HerbiePlugin = dontCheck super.HerbiePlugin; + wai-cors = dontCheck super.wai-cors; # These packages try to access the network. amqp = dontCheck super.amqp;