From 0564f6ab639e4e9f97e903d303e79b5344301d1e Mon Sep 17 00:00:00 2001 From: ilmari-lauhakangas Date: Mon, 9 Nov 2020 09:31:11 +0200 Subject: 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. --- pkgs/applications/office/libreoffice/default.nix | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3