Merge pull request #94712 from B4dM4n/libreoffice-still-icu
libreoffice-still: use icu64
This commit is contained in:
commit
0aebcb9b6e
|
@ -21086,6 +21086,7 @@ in
|
||||||
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
||||||
libreoffice = callPackage ../applications/office/libreoffice
|
libreoffice = callPackage ../applications/office/libreoffice
|
||||||
(libreoffice-args // {
|
(libreoffice-args // {
|
||||||
|
icu = icu64;
|
||||||
variant = "still";
|
variant = "still";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue