darwin bootstrap tools: fix after #34339 (http2 in curl)
This commit is contained in:
parent
32085eafa1
commit
03eef81727
@ -15,8 +15,8 @@ in rec {
|
||||
# Avoid debugging larger changes for now.
|
||||
bzip2_ = bzip2.override (args: { linkStatic = true; });
|
||||
|
||||
# Avoid messing with libkrb5.
|
||||
curl_ = curl.override (args: { gssSupport = false; });
|
||||
# Avoid messing with libkrb5 and libnghttp2.
|
||||
curl_ = curl.override (args: { gssSupport = false; http2Support = false; });
|
||||
|
||||
build = stdenv.mkDerivation {
|
||||
name = "stdenv-bootstrap-tools";
|
||||
|
Loading…
Reference in New Issue
Block a user