minimal-bootstrap.musl: remove optional gawk dependency

appears to only be used to optionally add extra debugging information
This commit is contained in:
Emily Trau 2023-09-17 23:03:20 -07:00
parent d999a493b0
commit 1340efd490
3 changed files with 0 additions and 6 deletions

View File

@ -148,12 +148,10 @@ lib.makeScope
bash = bash_2_05;
tinycc = tinycc-mes;
gnused = gnused-mes;
gawk = gawk-mes;
};
musl = callPackage ./musl {
gcc = gcc46;
gawk = gawk-mes;
};
stage0-posix = callPackage ./stage0-posix { };

View File

@ -8,7 +8,6 @@
, gnupatch
, gnused
, gnugrep
, gawk
, gnutar
, gzip
}:
@ -74,7 +73,6 @@ bash.runCommand "${pname}-${version}" {
gnupatch
gnused
gnugrep
gawk
gnutar
gzip
];

View File

@ -8,7 +8,6 @@
, gnumake
, gnugrep
, gnused
, gawk
, gnutar
, gzip
}:
@ -30,7 +29,6 @@ bash.runCommand "${pname}-${version}" {
gnumake
gnused
gnugrep
gawk
gnutar
gzip
];