libreoffice: fix build

wip/yesman
Domen Kožar 11 years ago
parent 784bda6d30
commit cf9601dff7
  1. 2
      pkgs/applications/office/libreoffice/default.nix

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

Loading…
Cancel
Save