From 4d8378c7b912c916bb13b34510f4fc68a6a57b24 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Feb 2015 12:22:00 +0100 Subject: [PATCH] haskell-amqp: disable the test suite, which needs network access --- 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 5d2176e0bd25..7d915d6adc7a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -192,6 +192,7 @@ self: super: { xmlgen = dontCheck super.xmlgen; # These packages try to access the network. + amqp = dontCheck super.amqp; concurrent-dns-cache = dontCheck super.concurrent-dns-cache; dbus = dontCheck super.dbus; # http://hydra.cryp.to/build/498404/log/raw hadoop-rpc = dontCheck super.hadoop-rpc; # http://hydra.cryp.to/build/527461/nixlog/2/raw