Fix or disable broken Haskell builds.

This commit is contained in:
Peter Simons
2015-09-27 16:20:24 +02:00
parent a14264db3e
commit 5602d609c7
2 changed files with 5 additions and 0 deletions

View File

@@ -291,6 +291,8 @@ 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;
hapistrano = dontCheck super.hapistrano;
HerbiePlugin = dontCheck super.HerbiePlugin;
# These packages try to access the network.
amqp-conduit = dontCheck super.amqp-conduit;