curl: enable gssSupport in non-fetchurl builds
This commit is contained in:
parent
75353853fc
commit
68432fd1c9
@ -179,7 +179,8 @@ with pkgs;
|
|||||||
|
|
||||||
# `fetchurl' downloads a file from the network.
|
# `fetchurl' downloads a file from the network.
|
||||||
fetchurl = import ../build-support/fetchurl {
|
fetchurl = import ../build-support/fetchurl {
|
||||||
inherit curl stdenv;
|
inherit stdenv;
|
||||||
|
curl = curl.override { gssSupport = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
fetchRepoProject = callPackage ../build-support/fetchrepoproject { };
|
fetchRepoProject = callPackage ../build-support/fetchrepoproject { };
|
||||||
@ -1613,6 +1614,7 @@ with pkgs;
|
|||||||
zlibSupport = true;
|
zlibSupport = true;
|
||||||
sslSupport = zlibSupport;
|
sslSupport = zlibSupport;
|
||||||
scpSupport = zlibSupport && !stdenv.isSunOS && !stdenv.isCygwin;
|
scpSupport = zlibSupport && !stdenv.isSunOS && !stdenv.isCygwin;
|
||||||
|
gssSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
curl_unix_socket = callPackage ../tools/networking/curl-unix-socket rec { };
|
curl_unix_socket = callPackage ../tools/networking/curl-unix-socket rec { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user