mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskellPackage.wai-cors: Disable cabal check
External program is used in tests.
This commit is contained in:
parent
638d4b4d71
commit
d4566400c9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue