mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-http-download: disable test suite to fix the build
This commit is contained in:
parent
c4d321494e
commit
3b19d7de6a
|
@ -588,5 +588,6 @@ self: super: builtins.intersectAttrs super {
|
|||
|
||||
# Tests require internet
|
||||
dhall_1_25_0 = dontCheck super.dhall_1_25_0;
|
||||
http-download = dontCheck super.http-download;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue