haskell-ide-backend: test suite depends on external processes

This commit is contained in:
Peter Simons 2015-08-08 09:48:17 +02:00
parent e75e0d9aa4
commit c25d82f64f

View file

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