forked from mirrors/nixpkgs
haskell-bitcoin-api-extra: test suite requires network access
This commit is contained in:
parent
8b13b29898
commit
8145d6abb9
|
@ -293,6 +293,7 @@ self: super: {
|
|||
amqp = dontCheck super.amqp;
|
||||
amqp-conduit = dontCheck super.amqp-conduit;
|
||||
bitcoin-api = dontCheck super.bitcoin-api;
|
||||
bitcoin-api-extra = dontCheck super.bitcoin-api-extra;
|
||||
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