Enable parallel building of Surge

This commit is contained in:
EEva (JPotier) 2020-02-10 19:18:04 +02:00
parent 9416f717cd
commit 7f9dae1758
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ in stdenv.mkDerivation {
fetchSubmodules = true;
};
enableParallelBuilding = true;
nativeBuildInputs = [
ncurses
which