forked from mirrors/nixpkgs
haskell-msgpack-rpc can't execute its test suite in a chroot environment.
This commit is contained in:
parent
b0784c2dc8
commit
4c7d928f0b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue