curl: disable http2 support on Darwin

Should fix https://hydra.nixos.org/build/32265403/nixlog/12
This commit is contained in:
zimbatm 2016-02-24 14:35:34 +00:00
parent b05708ba0e
commit de8213bd28
1 changed files with 1 additions and 0 deletions

View File

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