libreoffice: specify number of build cores

wip/yesman
Domen Kožar 11 years ago
parent 5e8fbb3dc4
commit 91e98c269f
  1. 4
      pkgs/applications/office/libreoffice/default.nix

@ -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…
Cancel
Save