Unverified Commit 708b846c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

neovim-unwrapped: reenable internationalisation (#394024)

parents 54c58104 8e66359e
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