1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

haskell-download: don't test (requires networking)

This commit is contained in:
Benno Fünfstück 2017-02-02 18:29:48 +01:00 committed by Peter Simons
parent 57507f08e8
commit b33124a143

View file

@ -161,6 +161,7 @@ self: super: builtins.intersectAttrs super {
wreq = dontCheck super.wreq; # http://hydra.cryp.to/build/501895/nixlog/1/raw
wreq-sb = dontCheck super.wreq-sb; # http://hydra.cryp.to/build/783948/log/raw
wuss = dontCheck super.wuss; # http://hydra.cryp.to/build/875964/nixlog/2/raw
download = dontCheck super.download;
http-client = dontCheck super.http-client;
http-client-openssl = dontCheck super.http-client-openssl;
http-client-tls = dontCheck super.http-client-tls;