libreoffice: specify number of build cores

This commit is contained in:
Domen Kožar 2013-09-01 19:55:53 +02:00
parent 5e8fbb3dc4
commit 91e98c269f

View File

@ -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";