libreoffice: fix build
This commit is contained in:
parent
784bda6d30
commit
cf9601dff7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user