darwin.stdenv: add file to early stdenv stages

file is part of the final stdenv and llvm_19 requires it for tests. add
file to the path to the early stage stdenv's for the upcoming switch to
llvm_19
This commit is contained in:
Reno Dakota
2024-11-02 19:00:00 -07:00
parent f91487fa13
commit 0fc9787683
+3
View File
@@ -191,6 +191,7 @@ let
shell = bash + "/bin/bash";
initialPath = [
bash
prevStage.file
bootstrapTools
];
@@ -370,6 +371,7 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
ld64 = null;
coreutils = null;
file = null;
gnugrep = null;
pbzx = null;
@@ -416,6 +418,7 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
coreutils = bootstrapTools;
cpio = bootstrapTools;
file = null;
gnugrep = bootstrapTools;
pbzx = bootstrapTools;