mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
haskell-bitcoin-api: don't run the test suite, because it requires network access
This commit is contained in:
parent
1191c95e13
commit
b4f6ddb925
@ -296,6 +296,7 @@ self: super: {
|
||||
# These packages try to access the network.
|
||||
amqp = dontCheck super.amqp;
|
||||
amqp-conduit = dontCheck super.amqp-conduit;
|
||||
bitcoin-api = dontCheck super.bitcoin-api;
|
||||
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 New Issue
Block a user