aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2020-12-07 07:45:13 +0000
committerGitHub <noreply@github.com>2020-12-07 07:45:13 +0000
commit83cbad92d73216bb0d9187c56cce0b91f9121d5a (patch)
tree409cc4d93aa567fb96c40a634a2eab880bf5e32f
parent031dabe1ca26ffd1ca89c10b3188409b12326104 (diff)
parent0564f6ab639e4e9f97e903d303e79b5344301d1e (diff)
Merge pull request #103185 from ilmari-lauhakangas/patch-2
libreoffice: Use --without-system-libnumbertext instead of --disable-libnumbertext
-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 e11aea576e97..a8c0d4117a33 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -344,8 +344,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"
@@ -368,6 +366,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"