mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
Merge pull request #13425 from zimbatm/curl-http2-darwin
curl: disable http2 support on Darwin
This commit is contained in:
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;
|
||||
|
|
Loading…
Reference in a new issue