Commit 1340efd4 authored by Emily Trau's avatar Emily Trau
Browse files

minimal-bootstrap.musl: remove optional gawk dependency

appears to only be used to optionally add extra debugging information
parent d999a493
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 { };
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
, gnupatch
, gnused
, gnugrep
, gawk
, gnutar
, gzip
}:
@@ -74,7 +73,6 @@ bash.runCommand "${pname}-${version}" {
    gnupatch
    gnused
    gnugrep
    gawk
    gnutar
    gzip
  ];
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
, gnumake
, gnugrep
, gnused
, gawk
, gnutar
, gzip
}:
@@ -30,7 +29,6 @@ bash.runCommand "${pname}-${version}" {
    gnumake
    gnused
    gnugrep
    gawk
    gnutar
    gzip
  ];