Merge pull request #116773 from r-burns/darwin-make-bootstrap
[staging-next] darwin/make-bootstrap-tools: avoid brotli dependency
This commit is contained in:
commit
8497314b8e
@ -18,7 +18,7 @@ in rec {
|
|||||||
bzip2_ = bzip2.override (args: { linkStatic = true; });
|
bzip2_ = bzip2.override (args: { linkStatic = true; });
|
||||||
|
|
||||||
# Avoid messing with libkrb5 and libnghttp2.
|
# Avoid messing with libkrb5 and libnghttp2.
|
||||||
curl_ = curl.override (args: { gssSupport = false; http2Support = false; });
|
curl_ = curlMinimal.override (args: { gssSupport = false; http2Support = false; });
|
||||||
|
|
||||||
build = stdenv.mkDerivation {
|
build = stdenv.mkDerivation {
|
||||||
name = "stdenv-bootstrap-tools";
|
name = "stdenv-bootstrap-tools";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user