haskellPackage.wai-cors: Disable cabal check

External program is used in tests.
wip/yesman
Theodore Witkamp 8 years ago
parent 638d4b4d71
commit d4566400c9
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -275,6 +275,7 @@ self: super: {
xmlgen = dontCheck super.xmlgen;
hapistrano = dontCheck super.hapistrano;
HerbiePlugin = dontCheck super.HerbiePlugin;
wai-cors = dontCheck super.wai-cors;
# These packages try to access the network.
amqp = dontCheck super.amqp;

Loading…
Cancel
Save