darwin/stdenv: tapi stub based bootstrap

Fixes bootstrapping on macOS Big Sur.
This commit is contained in:
Andrew Childs
2020-12-22 11:43:54 +09:00
parent 55868ac425
commit 34c8fae439
5 changed files with 61 additions and 100 deletions
@@ -180,9 +180,6 @@ in rec {
unpack = stdenv.mkDerivation (bootstrapFiles // {
name = "unpack";
reexportedLibrariesFile =
../../os-specific/darwin/apple-source-releases/Libsystem/reexported_libraries;
# This is by necessity a near-duplicate of unpack-bootstrap-tools.sh. If we refer to it directly,
# we can't make any changes to it due to our testing stdenv depending on it. Think of this as the
# unpack-bootstrap-tools.sh for the next round of bootstrap tools.