libreoffice-still: use icu64

This commit is contained in:
Fabian Möller 2020-08-05 14:39:17 +02:00
parent 258ca6451d
commit 6f1ba0c281
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

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