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.
This commit is contained in:
Vladimír Čunát
2016-02-17 10:04:32 +01:00
parent 0fe58cade5
commit ee994dfae6
2 changed files with 6 additions and 3 deletions
@@ -11,6 +11,7 @@ rec {
});
curlMinimal = curl.override {
http2Support = false;
zlibSupport = false;
sslSupport = false;
scpSupport = false;