aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilmari-lauhakangas <ilmari-lauhakangas@users.noreply.github.com>2020-11-09 09:31:11 +0200
committerGitHub <noreply@github.com>2020-11-09 09:31:11 +0200
commit0564f6ab639e4e9f97e903d303e79b5344301d1e (patch)
tree683204814683b654348a688133754d72b8bf6add
parentb6bba58aef753592a58866d05b247209489971c3 (diff)
Use --without-system-libnumbertext instead of --disable-libnumbertext
Option to disable libnumbertext was removed with https://git.libreoffice.org/core/commit/c392ecfa734731194c366e869a3c2475c53dc867 It will affect 7.1.
-rw-r--r--pkgs/applications/office/libreoffice/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 2f961f43da0a..dc8ef3546d34 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -336,8 +336,6 @@ in (mkDrv rec {
# Schema files for validation are not included in the source tarball
"--without-export-validation"
- "--disable-libnumbertext" # system-libnumbertext"
-
# We do tarball prefetching ourselves
"--disable-fetch-external"
"--enable-build-opensymbol"
@@ -360,6 +358,7 @@ in (mkDrv rec {
"--without-system-libfreehand"
"--without-system-liblangtag"
"--without-system-libmspub"
+ "--without-system-libnumbertext"
"--without-system-libpagemaker"
"--without-system-libstaroffice"
"--without-system-libepubgen"