From c25d82f64fcefe6cbdd7462c55261f10c64a2c8d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 8 Aug 2015 09:48:17 +0200 Subject: [PATCH] haskell-ide-backend: test suite depends on external processes --- 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 57b44f9d92f..cca7b7771fa 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -325,6 +325,7 @@ self: super: { wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1 xkbcommon = dontCheck super.xkbcommon; xmlgen = dontCheck super.xmlgen; + ide-backend = dontCheck super.ide-backend; # These packages try to access the network. amqp = dontCheck super.amqp;