haskell-msgpack-rpc can't execute its test suite in a chroot environment.

This commit is contained in:
Peter Simons 2015-08-15 20:22:18 +02:00
parent b0784c2dc8
commit 4c7d928f0b

View file

@ -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;