Skip to content

Commit 1fd181c

Browse files
authored
vimPlugins.lzextras: init at 0.1.19 (#381371)
2 parents 3af1c61 + 7b2e820 commit 1fd181c

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

maintainers/scripts/luarocks-packages.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ luv,,,,1.48.0-2,,
108108
lyaml,,,,,,lblasc
109109
lz.n,,,,,,mrcjkb
110110
lze,,,,,,birdee
111+
lzextras,,,,,,birdee
111112
lzn-auto-require,,,,,,mrcjkb
112113
magick,,,,,5.1,donovanglover
113114
markdown,,,,,,

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4007,6 +4007,7 @@ in
40074007
"lush-nvim"
40084008
"lz-n"
40094009
"lze"
4010+
"lzextras"
40104011
"lzn-auto-require"
40114012
"middleclass"
40124013
"neorg"

pkgs/development/lua-modules/generated-packages.nix

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2586,6 +2586,29 @@ buildLuarocksPackage {
25862586
};
25872587
}) {};
25882588

2589+
lzextras = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
2590+
buildLuarocksPackage {
2591+
pname = "lzextras";
2592+
version = "0.1.19-1";
2593+
knownRockspec = (fetchurl {
2594+
url = "mirror://luarocks/lzextras-0.1.19-1.rockspec";
2595+
sha256 = "1wdkikn246b25c8j6984nz0c7fr6vz4rbjfl4wq4785jkf4k95mc";
2596+
}).outPath;
2597+
src = fetchzip {
2598+
url = "https://github.com/BirdeeHub/lzextras/archive/v0.1.19.zip";
2599+
sha256 = "0hq5939lygmi8i8rhqhxsjr98aixrlr7m2sb0kxppca6pb18g38c";
2600+
};
2601+
2602+
disabled = luaOlder "5.1";
2603+
2604+
meta = {
2605+
homepage = "https://github.com/BirdeeHub/lzextras";
2606+
description = "A collection of utilities and handlers for BirdeeHub/lze";
2607+
maintainers = with lib.maintainers; [ birdee ];
2608+
license.fullName = "GPL-2+";
2609+
};
2610+
}) {};
2611+
25892612
lzn-auto-require = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, lz-n }:
25902613
buildLuarocksPackage {
25912614
pname = "lzn-auto-require";

0 commit comments

Comments
 (0)