Merge pull request #103185 from ilmari-lauhakangas/patch-2

libreoffice: Use --without-system-libnumbertext instead of --disable-libnumbertext
This commit is contained in:
Michael Raskin 2020-12-07 07:45:13 +00:00 committed by GitHub
commit 83cbad92d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"