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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user