forked from mirrors/nixpkgs
Merge pull request #19277 from witkamp/fix-wai-cors
haskellPackage.wai-cors: Disable cabal check
This commit is contained in:
commit
bd4e9e35fc
|
@ -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