Merge pull request #34339 from bdarnell/curl-http2-darwin
curlFull: Add http2Support for darwin
This commit is contained in:
commit
30d031b5d8
|
@ -1727,7 +1727,7 @@ with pkgs;
|
|||
|
||||
curl = callPackage ../tools/networking/curl rec {
|
||||
fetchurl = fetchurlBoot;
|
||||
http2Support = !stdenv.isDarwin;
|
||||
http2Support = true;
|
||||
zlibSupport = true;
|
||||
sslSupport = zlibSupport;
|
||||
scpSupport = zlibSupport && !stdenv.isSunOS && !stdenv.isCygwin;
|
||||
|
|
Loading…
Reference in New Issue