Unverified Commit 94edb1a7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #242523 from majiru/rc-parallel

rc-9front: enable parallel builds
parents d3a90983 727c1725
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
lib
{ lib
, stdenv
, fetchgit
, byacc
, installShellFiles
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "rc-9front";
  version = "unstable-2022-11-01";

@@ -18,6 +17,7 @@ stdenv.mkDerivation rec {

  strictDeps = true;
  nativeBuildInputs = [ byacc installShellFiles ];
  enableParallelBuilding = true;
  patches = [ ./path.patch ];

  buildPhase = ''