curl: disable http2 support on Darwin
Should fix https://hydra.nixos.org/build/32265403/nixlog/12
This commit is contained in:
parent
b05708ba0e
commit
de8213bd28
|
@ -1270,6 +1270,7 @@ let
|
|||
|
||||
curl = callPackage ../tools/networking/curl rec {
|
||||
fetchurl = fetchurlBoot;
|
||||
http2Support = !stdenv.isDarwin;
|
||||
zlibSupport = true;
|
||||
sslSupport = zlibSupport;
|
||||
scpSupport = zlibSupport && !stdenv.isSunOS && !stdenv.isCygwin;
|
||||
|
|
Loading…
Reference in New Issue