Commit 47900241 authored by Emily Trau's avatar Emily Trau
Browse files

minimal-bootstrap.findutils: parallelise

parent d7b804e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ lib.makeScope
    findutils = callPackage ./findutils {
      bash = bash_2_05;
      tinycc = tinycc-musl;
      gnumake = gnumake-musl;
      gnutar = gnutar-musl;
    };

    gawk-mes = callPackage ./gawk/mes.nix {
+2 −2
Original line number Diff line number Diff line
@@ -68,8 +68,8 @@ bash.runCommand "${pname}-${version}" {
    --host=${hostPlatform.config}

  # Build
  make
  make -j $NIX_BUILD_CORES

  # Install
  make install
  make -j $NIX_BUILD_CORES install
''