Merge pull request #13425 from zimbatm/curl-http2-darwin

curl: disable http2 support on Darwin
This commit is contained in:
Domen Kožar 2016-02-25 13:06:40 +00:00
commit 98c16e00fe

@ -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;