Loading pkgs/by-name/ne/neovim-unwrapped/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/ne/neovim-unwrapped/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading