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
commit 30d031b5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;