Merge pull request #209271 from trofi/fix-darwin-stdenv-bootstrap-on-gawk

This commit is contained in:
Martin Weinelt
2023-01-06 15:15:34 +01:00
committed by GitHub
+1 -1
View File
@@ -582,7 +582,7 @@ rec {
let
persistent = self: super: with prevStage; {
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
coreutils findutils diffutils patchutils ninja libxml2;