Commit 727c1725 authored by Jacob Moody's avatar Jacob Moody
Browse files

rc-9front: enable parallel builds

parent c3e258d5
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 = ''