onlyoffice-documentserver: revert back to standard icu

Reverts onlyoffice-documentserver to use the standard icu version again (which is icu76/icu77) as nodejs reverted to icu77 again.

This keeps the robust symlinking/development header fix from f9f60a4 to facilitate any future overrides.
This commit is contained in:
eymeric
2026-07-13 11:08:16 +07:00
parent 0fa1f46fe7
commit 5690096bbf
@@ -12,7 +12,7 @@
optipng,
x265,
libde265,
icu78,
icu,
jdk,
lib,
nodejs_22,
@@ -30,9 +30,6 @@
}:
let
# default at the time of writing is still 76,
# but libv8 from nodejs_22 needs 78
icu = icu78;
openssl' = openssl.override {
enableMD2 = true;
static = true;