luaPackages: ferris-nvim -> rustaceanvim
This commit is contained in:
parent
c39de4d5e4
commit
fa28b174ca
2 changed files with 25 additions and 25 deletions
|
@ -16,7 +16,6 @@ cyrussasl,https://github.com/JorjBauer/lua-cyrussasl.git,,,,,
|
||||||
digestif,https://github.com/astoff/digestif.git,,,0.2-1,5.3,
|
digestif,https://github.com/astoff/digestif.git,,,0.2-1,5.3,
|
||||||
dkjson,,,,,,
|
dkjson,,,,,,
|
||||||
fennel,,,,,,misterio77
|
fennel,,,,,,misterio77
|
||||||
ferris.nvim,,,,,,mrcjkb
|
|
||||||
fifo,,,,,,
|
fifo,,,,,,
|
||||||
fluent,,,,,,alerque
|
fluent,,,,,,alerque
|
||||||
gitsigns.nvim,https://github.com/lewis6991/gitsigns.nvim.git,,,,5.1,
|
gitsigns.nvim,https://github.com/lewis6991/gitsigns.nvim.git,,,,5.1,
|
||||||
|
@ -101,6 +100,7 @@ plenary.nvim,https://github.com/nvim-lua/plenary.nvim.git,,,,5.1,
|
||||||
rapidjson,https://github.com/xpol/lua-rapidjson.git,,,,,
|
rapidjson,https://github.com/xpol/lua-rapidjson.git,,,,,
|
||||||
rest.nvim,,,,,5.1,teto
|
rest.nvim,,,,,5.1,teto
|
||||||
readline,,,,,,
|
readline,,,,,,
|
||||||
|
rustaceanvim,,,,,,mrcjkb
|
||||||
say,https://github.com/Olivine-Labs/say.git,,,,,
|
say,https://github.com/Olivine-Labs/say.git,,,,,
|
||||||
serpent,,,,,,lockejan
|
serpent,,,,,,lockejan
|
||||||
sqlite,,,,,,
|
sqlite,,,,,,
|
||||||
|
|
|
|
@ -478,30 +478,6 @@ buildLuarocksPackage {
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
ferris-nvim = callPackage({ fetchzip, buildLuarocksPackage, lua, luaOlder }:
|
|
||||||
buildLuarocksPackage {
|
|
||||||
pname = "ferris.nvim";
|
|
||||||
version = "2.0.0-1";
|
|
||||||
knownRockspec = (fetchurl {
|
|
||||||
url = "mirror://luarocks/ferris.nvim-2.0.0-1.rockspec";
|
|
||||||
sha256 = "00d3x2hbs8625ky50r2w08c6idcx3bkrk0rks5qd8yh7v61nj53h";
|
|
||||||
}).outPath;
|
|
||||||
src = fetchzip {
|
|
||||||
url = "https://github.com/mrcjkb/ferris.nvim/archive/2.0.0.zip";
|
|
||||||
sha256 = "1fb18k0ylb06h4ifs9k6lfc42y74xpavzwkqy55lfdkmlbc7jmhy";
|
|
||||||
};
|
|
||||||
|
|
||||||
disabled = (luaOlder "5.1");
|
|
||||||
propagatedBuildInputs = [ lua ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://github.com/mrcjkb/ferris.nvim";
|
|
||||||
description = "Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim";
|
|
||||||
maintainers = with lib.maintainers; [ mrcjkb ];
|
|
||||||
license.fullName = "GPL-2.0";
|
|
||||||
};
|
|
||||||
}) {};
|
|
||||||
|
|
||||||
fifo = callPackage({ fetchzip, lua, buildLuarocksPackage }:
|
fifo = callPackage({ fetchzip, lua, buildLuarocksPackage }:
|
||||||
buildLuarocksPackage {
|
buildLuarocksPackage {
|
||||||
pname = "fifo";
|
pname = "fifo";
|
||||||
|
@ -2814,6 +2790,30 @@ buildLuarocksPackage {
|
||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
rustaceanvim = callPackage({ lua, luaOlder, buildLuarocksPackage, fetchzip }:
|
||||||
|
buildLuarocksPackage {
|
||||||
|
pname = "rustaceanvim";
|
||||||
|
version = "3.0.0-1";
|
||||||
|
knownRockspec = (fetchurl {
|
||||||
|
url = "mirror://luarocks/rustaceanvim-3.0.0-1.rockspec";
|
||||||
|
sha256 = "1v1k08spq3zalgya6q3qny6zpwhn0nb5nl5dn0rkcvnc4imvnyfy";
|
||||||
|
}).outPath;
|
||||||
|
src = fetchzip {
|
||||||
|
url = "https://github.com/mrcjkb/rustaceanvim/archive/3.0.0.zip";
|
||||||
|
sha256 = "1prpklbijr7p890nflr9jixf955dlp3ph9zl2rq3xxyl20ncyqbk";
|
||||||
|
};
|
||||||
|
|
||||||
|
disabled = (luaOlder "5.1");
|
||||||
|
propagatedBuildInputs = [ lua ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/mrcjkb/rustaceanvim";
|
||||||
|
description = "Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim";
|
||||||
|
maintainers = with lib.maintainers; [ mrcjkb ];
|
||||||
|
license.fullName = "GPL-2.0";
|
||||||
|
};
|
||||||
|
}) {};
|
||||||
|
|
||||||
say = callPackage({ luaOlder, fetchgit, lua, buildLuarocksPackage }:
|
say = callPackage({ luaOlder, fetchgit, lua, buildLuarocksPackage }:
|
||||||
buildLuarocksPackage {
|
buildLuarocksPackage {
|
||||||
pname = "say";
|
pname = "say";
|
||||||
|
|
Loading…
Reference in a new issue