luaPackages.lz-n: init at 1.2.2-1

This commit is contained in:
Marc Jakobi 2024-06-16 18:59:06 +02:00
parent 6c2520b3de
commit 8655bf7636
2 changed files with 24 additions and 0 deletions

View File

@ -100,6 +100,7 @@ luuid,,,,20120509-2,,
luv,,,,1.44.2-1,,
lush.nvim,,,https://luarocks.org/dev,,,teto
lyaml,,,,,,lblasc
lz.n,,,,,,mrcjkb
magick,,,,,5.1,donovanglover
markdown,,,,,,
mediator_lua,,,,,,

1 name rockspec ref server version luaversion maintainers
100 luv 1.44.2-1
101 lush.nvim https://luarocks.org/dev teto
102 lyaml lblasc
103 lz.n mrcjkb
104 magick 5.1 donovanglover
105 markdown
106 mediator_lua

View File

@ -2388,6 +2388,29 @@ buildLuarocksPackage {
};
}) {};
lz-n = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "lz.n";
version = "1.2.2-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lz.n-1.2.2-1.rockspec";
sha256 = "1vbb5q3rfk0wfx4pdv3xcxnmflrrny5gm21d8h1wj32m6kbc6ddi";
}).outPath;
src = fetchzip {
url = "https://github.com/nvim-neorocks/lz.n/archive/v1.2.2.zip";
sha256 = "0im71h313vxijdkx9q5506lrhk1rqxvraqh89l7h4nr8xziscpv9";
};
disabled = luaOlder "5.1";
meta = {
homepage = "https://github.com/nvim-neorocks/lz.n";
description = "🦥 A dead simple lazy-loading Lua library for Neovim plugins.";
maintainers = with lib.maintainers; [ mrcjkb ];
license.fullName = "GPL-2+";
};
}) {};
magick = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, lua }:
buildLuarocksPackage {
pname = "magick";