diff --git a/pkgs/by-name/on/onlyoffice-documentserver/x2t.nix b/pkgs/by-name/on/onlyoffice-documentserver/x2t.nix index 09208f3e79a2..17d891a27037 100644 --- a/pkgs/by-name/on/onlyoffice-documentserver/x2t.nix +++ b/pkgs/by-name/on/onlyoffice-documentserver/x2t.nix @@ -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;