Skip to content

Commit 7b2e820

Browse files
author
BirdeeHub
committed
vimPlugins.lzextras: init at 0.1.17
extensions repository for https://github.com/BirdeeHub/lze
1 parent 9c752a7 commit 7b2e820

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
@@ -2585,6 +2585,29 @@ buildLuarocksPackage {
25852585
};
25862586
}) {};
25872587

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

0 commit comments

Comments
 (0)