Merge pull request #94712 from B4dM4n/libreoffice-still-icu

libreoffice-still: use icu64
This commit is contained in:
Florian Klink 2020-08-05 15:27:03 +02:00 committed by GitHub
commit 0aebcb9b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21086,6 +21086,7 @@ in
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
libreoffice = callPackage ../applications/office/libreoffice
(libreoffice-args // {
icu = icu64;
variant = "still";
});
});