libreoffice: specify number of build cores
This commit is contained in:
parent
5e8fbb3dc4
commit
91e98c269f
@ -157,6 +157,10 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = ''
|
||||
# Needed to find genccode
|
||||
PATH=$PATH:${icu}/sbin
|
||||
|
||||
configureFlagsArray=(
|
||||
"--with-parallelism=$NIX_BUILD_CORES"
|
||||
);
|
||||
'';
|
||||
|
||||
makeFlags = "SHELL=${bash}/bin/bash";
|
||||
|
Loading…
x
Reference in New Issue
Block a user