Enable parallel building of Surge
This commit is contained in:
parent
9416f717cd
commit
7f9dae1758
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ in stdenv.mkDerivation {
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
ncurses
|
ncurses
|
||||||
which
|
which
|
||||||
|
|
Loading…
Reference in a new issue