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;
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
ncurses
|
||||
which
|
||||
|
|
Loading…
Reference in a new issue