From 8e66359e1230932e65bb5947c64a60a97abc91e2 Mon Sep 17 00:00:00 2001 From: "Matthieu C." <886074+teto@users.noreply.github.com> Date: Fri, 28 Mar 2025 16:10:45 +0100 Subject: [PATCH] neovim-unwrapped: reenable internationalisation as per the release notes on breaking changes, we need this flag for neovim to support languages other than English --- pkgs/by-name/ne/neovim-unwrapped/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ne/neovim-unwrapped/package.nix b/pkgs/by-name/ne/neovim-unwrapped/package.nix index f600139c83e23..6c26e4d1a6464 100644 --- a/pkgs/by-name/ne/neovim-unwrapped/package.nix +++ b/pkgs/by-name/ne/neovim-unwrapped/package.nix @@ -197,6 +197,7 @@ stdenv.mkDerivation ( # That's because all dependencies were found and # third-party/CMakeLists.txt is not read at all. (lib.cmakeBool "USE_BUNDLED" false) + (lib.cmakeBool "ENABLE_TRANSLATIONS" true) ] ++ ( if lua.pkgs.isLuaJIT then