mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
haskell-amqp: disable the test suite, which needs network access
This commit is contained in:
parent
bae95790ff
commit
4d8378c7b9
|
@ -192,6 +192,7 @@ self: super: {
|
||||||
xmlgen = dontCheck super.xmlgen;
|
xmlgen = dontCheck super.xmlgen;
|
||||||
|
|
||||||
# These packages try to access the network.
|
# These packages try to access the network.
|
||||||
|
amqp = dontCheck super.amqp;
|
||||||
concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
|
concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
|
||||||
dbus = dontCheck super.dbus; # http://hydra.cryp.to/build/498404/log/raw
|
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
|
hadoop-rpc = dontCheck super.hadoop-rpc; # http://hydra.cryp.to/build/527461/nixlog/2/raw
|
||||||
|
|
Loading…
Reference in a new issue