libreoffice: fix build

This commit is contained in:
Domen Kožar 2013-09-15 00:38:09 +02:00
parent 784bda6d30
commit cf9601dff7

View File

@ -160,6 +160,7 @@ stdenv.mkDerivation rec {
configureFlagsArray=( configureFlagsArray=(
"--with-parallelism=$NIX_BUILD_CORES" "--with-parallelism=$NIX_BUILD_CORES"
"--with-lang=${langsSpaces}"
); );
''; '';
@ -198,7 +199,6 @@ stdenv.mkDerivation rec {
''; '';
configureFlags = [ configureFlags = [
"--with-lang=${langsSpaces}"
"--with-vender=NixOS" "--with-vender=NixOS"
# Without these, configure does not finish # Without these, configure does not finish