stdenv/darwin: rebuild gawk earlier: in stage4 instead of final stage
`gawk-5.1.1 -> 5.2.1` update (https://github.com/NixOS/nixpkgs/pull/207478) started failing `stdenv` reference checks as `gawk` now leaks `bootstrapTools` reference: `gawk` -> `gettext` -> `libiconv` -> `bootstrapTools`. The change rebuild `gawk` in `stage4` to pull rebuilt tools.
This commit is contained in:
parent
f9c1e63844
commit
8a4e6b7e1b
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ rec {
|
||||||
let
|
let
|
||||||
persistent = self: super: with prevStage; {
|
persistent = self: super: with prevStage; {
|
||||||
inherit
|
inherit
|
||||||
gnumake gzip gnused bzip2 gawk ed xz patch bash python3
|
gnumake gzip gnused bzip2 ed xz patch bash python3
|
||||||
ncurses libffi zlib gmp pcre gnugrep cmake
|
ncurses libffi zlib gmp pcre gnugrep cmake
|
||||||
coreutils findutils diffutils patchutils ninja libxml2;
|
coreutils findutils diffutils patchutils ninja libxml2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue