From 4c7d928f0b2b72cb5ca64c1cff8d1b78af25153b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Aug 2015 20:22:18 +0200 Subject: [PATCH] haskell-msgpack-rpc can't execute its test suite in a chroot environment. --- 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 7f8e2987571..4d7d4a95635 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -314,6 +314,7 @@ self: super: { xkbcommon = dontCheck super.xkbcommon; xmlgen = dontCheck super.xmlgen; ide-backend = dontCheck super.ide-backend; + msgpack-rpc = dontCheck super.msgpack-rpc; # These packages try to access the network. amqp = dontCheck super.amqp;