Commit 8e66359e authored by Matthieu C.'s avatar Matthieu C.
Browse files

neovim-unwrapped: reenable internationalisation

as per the release notes on breaking changes, we need this flag for neovim to support languages other than English
parent fae9d587
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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