aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-02-17 10:04:32 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-17 10:04:32 +0100
commitee994dfae6e897ee4e7405e1624be43625086622 (patch)
treedfc91b685425c8aca957d99a202729b4b956f37e /pkgs/stdenv/linux/make-bootstrap-tools.nix
parent0fe58cade5e90896dfafc49bd0c8cf89c5160fd3 (diff)
bootstrap tools: have curl without http2 support
I assume there's not much use for it during bootstrapping. This fixes them as well, as curl was compiled against libnghttp2 but the lib wasn't copied to the bootstrap tools.
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index e31fed39843d..7f7f4c6a2bd1 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -11,6 +11,7 @@ rec {
});
curlMinimal = curl.override {
+ http2Support = false;
zlibSupport = false;
sslSupport = false;
scpSupport = false;