Commit 6e3af659 authored by Marc Jakobi's avatar Marc Jakobi Committed by Matthieu Coudron
Browse files

luaPackages.nvim-client: remove

parent c917662f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ let
    luabitop
    mpack
  ] ++ lib.optionals doCheck [
    nvim-client
    luv
    coxpcall
    busted
+1 −0
Original line number Diff line number Diff line
@@ -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
}
+0 −20
Original line number Diff line number Diff line
@@ -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";