Merge pull request #34339 from bdarnell/curl-http2-darwin

curlFull: Add http2Support for darwin
This commit is contained in:
Daniel Peebles
2018-02-07 00:28:53 -05:00
committed by GitHub
+1 -1
View File
@@ -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;