nixpkgs/pkgs/applications/office/libreoffice
Maximilian Bosch b308b06c22
libreoffice: add java.logging to minimal JRE
This is e.g. required to properly use the Langtool-plugin[1] which
otherwise fails like this:

    java.lang.NoClassDefFoundError: java/util/logging/Logger

Fixes #160315

[1] https://extensions.libreoffice.org/en/extensions/show/languagetool
2022-02-19 18:58:04 +01:00
..
src-fresh libreoffice-fresh: 7.2.4.1 -> 7.2.5.2 2022-01-06 18:15:57 +00:00
src-still libreoffice-still: 7.1.7.2 -> 7.1.8.1 2021-12-11 19:13:27 +00:00
darwin.nix libreoffice: separates darwin into its own file darwin.nix 2022-01-30 17:48:11 +01:00
default.nix libreoffice: add java.logging to minimal JRE 2022-02-19 18:58:04 +01:00
download-list-builder.sh
gen-shell.nix libreoffice: factor out common derivation 2019-12-18 13:23:34 +01:00
generate-libreoffice-srcs.py libreoffice-fresh: 7.0.0.3 -> 7.0.3.1 2020-11-08 01:13:08 +00:00
libreoffice-srcs-additions.json
README.md libreoffice: factor out common derivation 2019-12-18 13:23:34 +01:00
skip-failed-test-with-icu70.patch libreoffice*: skip test to fix build with icu70 2021-11-13 23:20:26 +08:00
wrapper.nix treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
wrapper.sh libreoffice: kill private dbus instance on exit 2021-04-22 23:03:02 +02:00
xdg-open-brief.patch

LibreOffice

To generate src-$VARIANT/download.nix, i.e. list of additional sources that the libreoffice build process needs to download:

nix-shell gen-shell.nix --argstr variant VARIANT --run generate

Where VARIANT is either still or fresh.