neovim-unwrapped: reenable internationalisation (#394024)

This commit is contained in:
Gaétan Lepage
2025-03-28 16:45:13 +01:00
committed by GitHub
@@ -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