mumps: enable parallel building
This commit is contained in:
parent
af11aa3666
commit
66d928e812
@ -42,6 +42,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp Make.inc/Makefile.debian.SEQ ./Makefile.inc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
makeFlags =
|
||||
lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"SONAME="
|
||||
|
Loading…
Reference in New Issue
Block a user