libreoffice: fix build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user