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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user