Skip to content

Commit

Permalink
luaPackages.rtp-nvim: init at 1.0
Browse files Browse the repository at this point in the history
it's a required dependency of rocks-nvim
  • Loading branch information
teto committed Apr 30, 2024
1 parent 779d38c commit 8969993
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions maintainers/scripts/luarocks-packages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ rocks.nvim,,,,,,mrcjkb
rocks-git.nvim,,,,,,mrcjkb
rocks-config.nvim,,,,,,mrcjkb
rocks-dev.nvim,,,,,,mrcjkb
rtp.nvim,,,,,,mrcjkb
rustaceanvim,,,,,,mrcjkb
say,,,,,,
serpent,,,,,,lockejan
Expand Down
23 changes: 23 additions & 0 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2759,6 +2759,29 @@ buildLuarocksPackage {
};
}) {};


rtp-nvim = callPackage ({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "rtp.nvim";
version = "1.0.0-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/rtp.nvim-1.0.0-1.rockspec";
sha256 = "0ddlwhk62g3yx1ysddsmlggfqv0hj7dljgczfwij1ijbz7qyp3hy";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-neorocks/rtp.nvim/archive/v1.0.0.zip";
sha256 = "1kx7qzdz8rpwsjcp63wwn619nrkxn6xd0nr5pfm3g0z4072nnpzn";
};

disabled = luaOlder "5.1";

meta = {
homepage = "https://github.com/nvim-neorocks/rtp.nvim";
description = "Source plugin and ftdetect directories on the Neovim runtimepath.";
license.fullName = "GPL-3.0";
};
}) {};

rustaceanvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "rustaceanvim";
Expand Down

0 comments on commit 8969993

Please sign in to comment.