mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-amqp: disable the test suite, which needs network access
This commit is contained in:
parent
bae95790ff
commit
4d8378c7b9
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ self: super: {
|
|||
xmlgen = dontCheck super.xmlgen;
|
||||
|
||||
# These packages try to access the network.
|
||||
amqp = dontCheck super.amqp;
|
||||
concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
|
||||
dbus = dontCheck super.dbus; # http://hydra.cryp.to/build/498404/log/raw
|
||||
hadoop-rpc = dontCheck super.hadoop-rpc; # http://hydra.cryp.to/build/527461/nixlog/2/raw
|
||||
|
|
Loading…
Reference in a new issue