luaPackages.nvim-client: remove

This commit is contained in:
Marc Jakobi 2023-12-17 02:37:22 +01:00 committed by Matthieu Coudron
parent c917662f2d
commit 6e3af65947
4 changed files with 1 additions and 22 deletions

View file

@ -96,7 +96,6 @@ middleclass,,,,,,
mpack,,,,,,
moonscript,https://github.com/leafo/moonscript.git,dev-1,,,,arobyn
nui.nvim,,,,,,mrcjkb
nvim-client,https://github.com/neovim/lua-client.git,,,,,
nvim-cmp,https://github.com/hrsh7th/nvim-cmp,,,,,
penlight,https://github.com/lunarmodules/Penlight.git,,,,,alerque
plenary.nvim,https://github.com/nvim-lua/plenary.nvim.git,,,,5.1,

1 name src ref server version luaversion maintainers
96 mpack
97 moonscript https://github.com/leafo/moonscript.git dev-1 arobyn
98 nui.nvim mrcjkb
nvim-client https://github.com/neovim/lua-client.git
99 nvim-cmp https://github.com/hrsh7th/nvim-cmp
100 penlight https://github.com/lunarmodules/Penlight.git alerque
101 plenary.nvim https://github.com/nvim-lua/plenary.nvim.git 5.1

View file

@ -43,7 +43,6 @@ let
luabitop
mpack
] ++ lib.optionals doCheck [
nvim-client
luv
coxpcall
busted

View file

@ -42,4 +42,5 @@ mapAliases {
lpty = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14
cyrussasl = throw "cyrussasl was removed because broken and unmaintained "; # added 2023-10-18
nlua-nvim = throw "nlua-nvim was removed, use neodev-nvim instead"; # added 2023-12-16
nvim-client = throw "nvim-client was removed because it is now part of neovim"; # added 2023-12-17
}

View file

@ -2755,26 +2755,6 @@ buildLuarocksPackage {
};
}) {};
nvim-client = callPackage({ buildLuarocksPackage, coxpcall, fetchurl, lua, luaOlder, luv, mpack }:
buildLuarocksPackage {
pname = "nvim-client";
version = "0.2.4-1";
src = fetchurl {
url = "https://github.com/neovim/lua-client/archive/0.2.4-1.tar.gz";
sha256 = "0sk1lmj0r7pyj9k3p6n0wqjbd95br44ansz0ck3amp6ql8f9kprf";
};
disabled = (luaOlder "5.1");
propagatedBuildInputs = [ coxpcall lua luv mpack ];
meta = {
homepage = "https://github.com/neovim/lua-client";
description = "Lua client to Nvim";
license.fullName = "Apache";
};
}) {};
nvim-cmp = callPackage({ buildLuarocksPackage, fetchgit, lua, luaAtLeast, luaOlder }:
buildLuarocksPackage {
pname = "nvim-cmp";