From 5690096bbf9e36e7a9ce6eab48bac0b1fa705bbe Mon Sep 17 00:00:00 2001 From: eymeric Date: Mon, 13 Jul 2026 11:08:16 +0700 Subject: [PATCH] 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. --- pkgs/by-name/on/onlyoffice-documentserver/x2t.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;