forked from mirrors/nixpkgs
haskell-configuration-common.nix: fix evaluation
This commit is contained in:
parent
3f77afc2b9
commit
4020b77062
|
@ -177,7 +177,7 @@ self: super: {
|
|||
# These packages try to access the network.
|
||||
concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
|
||||
dbus = dontCheck super.dbus; # http://hydra.cryp.to/build/498404/log/raw
|
||||
hadoop-rpc = dontCheck 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
|
||||
hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw
|
||||
holy-project = dontCheck super.holy-project; # http://hydra.cryp.to/build/502002/nixlog/1/raw
|
||||
http-client = dontCheck super.http-client; # http://hydra.cryp.to/build/501430/nixlog/1/raw
|
||||
|
|
Loading…
Reference in a new issue