neovim-unwrapped: reenable internationalisation

as per the release notes on breaking changes, we need this flag for neovim to support languages other than English
This commit is contained in:
Matthieu C.
2025-03-28 16:10:45 +01:00
parent fae9d587a8
commit 8e66359e12
@@ -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