Merge pull request #193924 from stasjok/jsregexp

This commit is contained in:
Matthieu Coudron 2022-10-06 15:59:25 +02:00 committed by GitHub
commit 3e5a08e6d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 62 deletions

View file

@ -20,6 +20,7 @@ fluent,,,,,,alerque
gitsigns.nvim,https://github.com/lewis6991/gitsigns.nvim.git,,,,5.1, gitsigns.nvim,https://github.com/lewis6991/gitsigns.nvim.git,,,,5.1,
http,,,,0.3-0,,vcunat http,,,,0.3-0,,vcunat
inspect,,,,,, inspect,,,,,,
jsregexp,,,,,,
ldbus,,,http://luarocks.org/dev,,, ldbus,,,http://luarocks.org/dev,,,
ldoc,https://github.com/stevedonovan/LDoc.git,,,,, ldoc,https://github.com/stevedonovan/LDoc.git,,,,,
lgi,,,,,, lgi,,,,,,

1 name src ref server version luaversion maintainers
20 gitsigns.nvim https://github.com/lewis6991/gitsigns.nvim.git 5.1
21 http 0.3-0 vcunat
22 inspect
23 jsregexp
24 ldbus http://luarocks.org/dev
25 ldoc https://github.com/stevedonovan/LDoc.git
26 lgi

View file

@ -153,7 +153,7 @@ buildLuarocksPackage {
}) {}; }) {};
busted = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast busted = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, penlight, luafilesystem, dkjson, lua_cliargs, lua, say, mediator_lua, luasystem, lua-term, luassert , fetchgit, say, luassert, lua_cliargs, luasystem, luafilesystem, lua, mediator_lua, penlight, lua-term, dkjson
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "busted"; pname = "busted";
@ -176,7 +176,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ penlight luafilesystem dkjson lua_cliargs lua say mediator_lua luasystem lua-term luassert ]; propagatedBuildInputs = [ say luassert lua_cliargs luasystem luafilesystem lua mediator_lua penlight lua-term dkjson ];
meta = { meta = {
homepage = "https://lunarmodules.github.io/busted/"; homepage = "https://lunarmodules.github.io/busted/";
@ -186,7 +186,7 @@ buildLuarocksPackage {
}) {}; }) {};
cassowary = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast cassowary = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, penlight, lua , fetchgit, lua, penlight
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "cassowary"; pname = "cassowary";
@ -209,7 +209,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ penlight lua ]; propagatedBuildInputs = [ lua penlight ];
meta = { meta = {
homepage = "https://github.com/sile-typesetter/cassowary.lua"; homepage = "https://github.com/sile-typesetter/cassowary.lua";
@ -399,7 +399,7 @@ buildLuarocksPackage {
}) {}; }) {};
digestif = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast digestif = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lpeg, lua , fetchgit, lua, lpeg
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "digestif"; pname = "digestif";
@ -419,7 +419,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.3"); disabled = with lua; (luaOlder "5.3");
propagatedBuildInputs = [ lpeg lua ]; propagatedBuildInputs = [ lua lpeg ];
meta = { meta = {
homepage = "https://github.com/astoff/digestif/"; homepage = "https://github.com/astoff/digestif/";
@ -504,7 +504,7 @@ buildLuarocksPackage {
}) {}; }) {};
fluent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast fluent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, penlight, cldr, luaepnf, lua , fetchgit, luaepnf, penlight, cldr, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "fluent"; pname = "fluent";
@ -527,7 +527,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ penlight cldr luaepnf lua ]; propagatedBuildInputs = [ luaepnf penlight cldr lua ];
meta = { meta = {
homepage = "https://github.com/alerque/fluent-lua"; homepage = "https://github.com/alerque/fluent-lua";
@ -546,10 +546,10 @@ buildLuarocksPackage {
src = fetchgit ( removeAttrs (builtins.fromJSON ''{ src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/lewis6991/gitsigns.nvim", "url": "https://github.com/lewis6991/gitsigns.nvim",
"rev": "d7e0bcbe45bd9d5d106a7b2e11dc15917d272c7a", "rev": "f98c85e7c3d65a51f45863a34feb4849c82f240f",
"date": "2022-09-01T14:06:41+01:00", "date": "2022-09-19T00:23:17+01:00",
"path": "/nix/store/3i20afjhjknqk3wggbrk3kwcbnnjqqxd-gitsigns.nvim", "path": "/nix/store/7gx7accssqrpn18g9325a8d4wx48467b-gitsigns.nvim",
"sha256": "1h4gxyamynwygxpqfib2a7sd1xbi6sh8ixg85j6qiaqqpahr0a4k", "sha256": "0ljzja43jdkv77nh4253x3gwk2hjx968yk7b5ag4y1mvyp1540qn",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": true, "fetchSubmodules": true,
"deepClone": false, "deepClone": false,
@ -568,7 +568,7 @@ buildLuarocksPackage {
}) {}; }) {};
http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchzip, basexx, lpeg_patterns, compat53, bit32, fifo, lua, binaryheap, cqueues, lpeg, luaossl , fetchzip, compat53, lpeg, cqueues, luaossl, bit32, lua, binaryheap, basexx, lpeg_patterns, fifo
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "http"; pname = "http";
@ -583,7 +583,7 @@ buildLuarocksPackage {
}; };
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ basexx lpeg_patterns compat53 bit32 fifo lua binaryheap cqueues lpeg luaossl ]; propagatedBuildInputs = [ compat53 lpeg cqueues luaossl bit32 lua binaryheap basexx lpeg_patterns fifo ];
meta = { meta = {
homepage = "https://github.com/daurnimator/lua-http"; homepage = "https://github.com/daurnimator/lua-http";
@ -618,6 +618,39 @@ buildLuarocksPackage {
}; };
}) {}; }) {};
jsregexp = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua
}:
buildLuarocksPackage {
pname = "jsregexp";
version = "0.0.5-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/jsregexp-0.0.5-1.rockspec";
sha256 = "03zln61vxrgml71chrqdz8id076610rb0n9f2yah2nvjfpqpla68";
}).outPath;
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/kmarius/jsregexp.git",
"rev": "dd65498ae2c29b882d6c02c0a30577b08d660b94",
"date": "2022-08-16T21:04:46+02:00",
"path": "/nix/store/6kalvlazs50gna9k4ah0wg2avlah6nmr-jsregexp",
"sha256": "01hxql0z3yyzd17r3kyjx2kx0ng7zjc8dp2h2gqmpmjb9ssd4sf1",
"fetchLFS": false,
"fetchSubmodules": true,
"deepClone": false,
"leaveDotGit": false
}
'') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
meta = {
homepage = "https://github.com/kmarius/jsregexp";
description = "javascript (ECMA19) regular expressions for lua";
license.fullName = "MIT";
};
}) {};
ldbus = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast ldbus = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua , fetchgit, lua
}: }:
@ -873,7 +906,7 @@ buildLuarocksPackage {
}) {}; }) {};
lpeg_patterns = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast lpeg_patterns = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchzip, lua, lpeg , fetchzip, lpeg, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "lpeg_patterns"; pname = "lpeg_patterns";
@ -887,7 +920,7 @@ buildLuarocksPackage {
sha256 = "1s3c179a64r45ffkawv9dnxw4mzwkzj00nr9z2gs5haajgpjivw6"; sha256 = "1s3c179a64r45ffkawv9dnxw4mzwkzj00nr9z2gs5haajgpjivw6";
}; };
propagatedBuildInputs = [ lua lpeg ]; propagatedBuildInputs = [ lpeg lua ];
meta = { meta = {
homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip"; homepage = "https://github.com/daurnimator/lpeg_patterns/archive/v0.5.zip";
@ -1138,7 +1171,7 @@ buildLuarocksPackage {
}) {}; }) {};
lua-lsp = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast lua-lsp = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, inspect, lpeglabel, dkjson , fetchgit, dkjson, inspect, lpeglabel, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "lua-lsp"; pname = "lua-lsp";
@ -1161,7 +1194,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua inspect lpeglabel dkjson ]; propagatedBuildInputs = [ dkjson inspect lpeglabel lua ];
meta = { meta = {
homepage = "https://github.com/Alloyed/lua-lsp"; homepage = "https://github.com/Alloyed/lua-lsp";
@ -1296,7 +1329,7 @@ buildLuarocksPackage {
}) {}; }) {};
lua-resty-openidc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast lua-resty-openidc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua-resty-http, lua-resty-jwt, lua-resty-session, lua , fetchgit, lua-resty-http, lua, lua-resty-session, lua-resty-jwt
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "lua-resty-openidc"; pname = "lua-resty-openidc";
@ -1319,7 +1352,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua-resty-http lua-resty-jwt lua-resty-session lua ]; propagatedBuildInputs = [ lua-resty-http lua lua-resty-session lua-resty-jwt ];
meta = { meta = {
homepage = "https://github.com/zmartzone/lua-resty-openidc"; homepage = "https://github.com/zmartzone/lua-resty-openidc";
@ -1598,7 +1631,7 @@ buildLuarocksPackage {
}) {}; }) {};
luacheck = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast luacheck = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, luafilesystem, argparse , fetchgit, lua, argparse, luafilesystem
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "luacheck"; pname = "luacheck";
@ -1621,7 +1654,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua luafilesystem argparse ]; propagatedBuildInputs = [ lua argparse luafilesystem ];
meta = { meta = {
homepage = "https://github.com/lunarmodules/luacheck"; homepage = "https://github.com/lunarmodules/luacheck";
@ -1697,7 +1730,7 @@ buildLuarocksPackage {
}) {}; }) {};
luadbi-mysql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast luadbi-mysql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, luadbi , fetchgit, luadbi, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "luadbi-mysql"; pname = "luadbi-mysql";
@ -1720,7 +1753,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua luadbi ]; propagatedBuildInputs = [ luadbi lua ];
meta = { meta = {
homepage = "https://github.com/mwild1/luadbi"; homepage = "https://github.com/mwild1/luadbi";
@ -1730,7 +1763,7 @@ buildLuarocksPackage {
}) {}; }) {};
luadbi-postgresql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast luadbi-postgresql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, luadbi, lua , fetchgit, lua, luadbi
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "luadbi-postgresql"; pname = "luadbi-postgresql";
@ -1753,7 +1786,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ luadbi lua ]; propagatedBuildInputs = [ lua luadbi ];
meta = { meta = {
homepage = "https://github.com/mwild1/luadbi"; homepage = "https://github.com/mwild1/luadbi";
@ -1796,7 +1829,7 @@ buildLuarocksPackage {
}) {}; }) {};
luaepnf = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast luaepnf = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, lpeg , fetchgit, lpeg, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "luaepnf"; pname = "luaepnf";
@ -1819,7 +1852,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua lpeg ]; propagatedBuildInputs = [ lpeg lua ];
meta = { meta = {
homepage = "http://siffiejoe.github.io/lua-luaepnf/"; homepage = "http://siffiejoe.github.io/lua-luaepnf/";
@ -1959,17 +1992,17 @@ lualogging = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "lualogging"; pname = "lualogging";
version = "1.6.0-2"; version = "1.7.0-1";
knownRockspec = (fetchurl { knownRockspec = (fetchurl {
url = "mirror://luarocks/lualogging-1.6.0-2.rockspec"; url = "mirror://luarocks/lualogging-1.7.0-1.rockspec";
sha256 = "1235sfss0gmcw744rnhzfffhd1z732g2b2vsbpbz9kcvvhznmamb"; sha256 = "1h6zrhp3jvx4257gkskg8b6kd7pm6pd9wzhqb20vllyhj5vfb53h";
}).outPath; }).outPath;
src = fetchgit ( removeAttrs (builtins.fromJSON ''{ src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/lunarmodules/lualogging.git", "url": "https://github.com/lunarmodules/lualogging.git",
"rev": "0bc4415de03ff1a99c92c02a5bed14a45b078079", "rev": "540df4424165b622d7c408b1f9d2d3420a5206e8",
"date": "2021-11-09T20:20:42+01:00", "date": "2022-09-21T22:50:18+02:00",
"path": "/nix/store/p3cyhqjw12bj7s6y4hndzqdkdfwq3958-lualogging", "path": "/nix/store/69jb23b1gv0pcb20jwan342zzp0zjw1f-lualogging",
"sha256": "18664k4kfi4zq9n0217j57h42li6ws8s3f6d4yj0rcqsl19fxa7c", "sha256": "1rwbf593qx67cbk45vm155d7ws1y0xgxmwca508l8clq7d6rv3x0",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": true, "fetchSubmodules": true,
"deepClone": false, "deepClone": false,
@ -2339,10 +2372,10 @@ buildLuarocksPackage {
src = fetchgit ( removeAttrs (builtins.fromJSON ''{ src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/rktjmp/lush.nvim", "url": "https://github.com/rktjmp/lush.nvim",
"rev": "6b9f399245de7bea8dac2c3bf91096ffdedfcbb7", "rev": "fabf012e243bc58c4785ab4c44f05e94b34c431a",
"date": "2022-08-10T01:43:55+10:00", "date": "2022-09-14T20:24:03+10:00",
"path": "/nix/store/ljfhbz8s6pjnngbixk3m6ivpb7nx1gv0-lush.nvim", "path": "/nix/store/z7nnsj480w2v8i3w0idy0z49yysvsa90-lush.nvim",
"sha256": "0rb77rwmbm438bmbjfk5hwrrcn5sihsa1413bdpc27rw3rrn8v8z", "sha256": "0bxxdlbay4r48xng1djljbgb93ls3xa83nb79gzvagfaiwgf6pn8",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": true, "fetchSubmodules": true,
"deepClone": false, "deepClone": false,
@ -2498,7 +2531,7 @@ buildLuarocksPackage {
}) {}; }) {};
moonscript = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast moonscript = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, luafilesystem, lpeg, argparse , fetchgit, argparse, lua, lpeg, luafilesystem
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "moonscript"; pname = "moonscript";
@ -2518,7 +2551,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua luafilesystem lpeg argparse ]; propagatedBuildInputs = [ argparse lua lpeg luafilesystem ];
meta = { meta = {
homepage = "http://moonscript.org"; homepage = "http://moonscript.org";
@ -2551,7 +2584,7 @@ buildLuarocksPackage {
}) {}; }) {};
nvim-client = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast nvim-client = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchurl, coxpcall, luv, mpack, lua , fetchurl, luv, coxpcall, mpack, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "nvim-client"; pname = "nvim-client";
@ -2563,7 +2596,7 @@ buildLuarocksPackage {
}; };
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ coxpcall luv mpack lua ]; propagatedBuildInputs = [ luv coxpcall mpack lua ];
meta = { meta = {
homepage = "https://github.com/neovim/lua-client"; homepage = "https://github.com/neovim/lua-client";
@ -2598,7 +2631,7 @@ buildLuarocksPackage {
}) {}; }) {};
penlight = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast penlight = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, luafilesystem, lua , fetchgit, lua, luafilesystem
, busted}: , busted}:
buildLuarocksPackage { buildLuarocksPackage {
pname = "penlight"; pname = "penlight";
@ -2618,7 +2651,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1"); disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ luafilesystem lua ]; propagatedBuildInputs = [ lua luafilesystem ];
checkInputs = [ busted ]; checkInputs = [ busted ];
meta = { meta = {
@ -2630,7 +2663,7 @@ buildLuarocksPackage {
}) {}; }) {};
plenary-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast plenary-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, luassert , fetchgit, luassert, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "plenary.nvim"; pname = "plenary.nvim";
@ -2638,10 +2671,10 @@ buildLuarocksPackage {
src = fetchgit ( removeAttrs (builtins.fromJSON ''{ src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/nvim-lua/plenary.nvim", "url": "https://github.com/nvim-lua/plenary.nvim",
"rev": "4b66054e75356ac0b909bbfee9c682e703f535c2", "rev": "4b7e52044bbb84242158d977a50c4cbcd85070c7",
"date": "2022-09-03T11:21:04+02:00", "date": "2022-10-01T09:05:53+02:00",
"path": "/nix/store/gaphh0qlf40ryk2000plscvzcbzg0kz5-plenary.nvim", "path": "/nix/store/hkj69cqq4qg3d98irg8wszgl7i1bg6lv-plenary.nvim",
"sha256": "1yl5m7is35bk30swr5m1pcl2i0wf8gjcnas6bpahlxqa4x0yr1x8", "sha256": "11815h0h2mf5ym282ghk7xav90635r88qbgaflpgbyk2banl31wl",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": true, "fetchSubmodules": true,
"deepClone": false, "deepClone": false,
@ -2650,7 +2683,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua luassert ]; propagatedBuildInputs = [ luassert lua ];
meta = { meta = {
homepage = "http://github.com/nvim-lua/plenary.nvim"; homepage = "http://github.com/nvim-lua/plenary.nvim";
@ -2691,22 +2724,22 @@ buildLuarocksPackage {
}) {}; }) {};
readline = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast readline = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchurl, luaposix, lua , fetchurl, lua, luaposix
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "readline"; pname = "readline";
version = "3.1-0"; version = "3.2-0";
knownRockspec = (fetchurl { knownRockspec = (fetchurl {
url = "mirror://luarocks/readline-3.1-0.rockspec"; url = "mirror://luarocks/readline-3.2-0.rockspec";
sha256 = "0bl5hsplnlg8fx3v83sz48y2p1rlxfig3iycnk1pn3xi724kscnc"; sha256 = "1r0sgisxm4xd1r6i053iibxh30j7j3rcj4wwkd8rzkj8nln20z24";
}).outPath; }).outPath;
src = fetchurl { src = fetchurl {
url = "http://www.pjb.com.au/comp/lua/readline-3.1.tar.gz"; url = "http://www.pjb.com.au/comp/lua/readline-3.2.tar.gz";
sha256 = "0i02jsywj9mb4lwiyp742xgz53i9z5xzpx34lh54hcd6q3xkcrw2"; sha256 = "1mk9algpsvyqwhnq7jlw4cgmfzj30l7n2r6ak4qxgdxgc39f48k4";
}; };
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ luaposix lua ]; propagatedBuildInputs = [ lua luaposix ];
meta = { meta = {
homepage = "http://pjb.com.au/comp/lua/readline.html"; homepage = "http://pjb.com.au/comp/lua/readline.html";
@ -2736,6 +2769,7 @@ buildLuarocksPackage {
meta = { meta = {
homepage = "https://github.com/rest-nvim/rest.nvim"; homepage = "https://github.com/rest-nvim/rest.nvim";
description = "A fast Neovim http client written in Lua"; description = "A fast Neovim http client written in Lua";
maintainers = with lib.maintainers; [ teto ];
license.fullName = "MIT"; license.fullName = "MIT";
}; };
}) {}; }) {};
@ -2869,7 +2903,7 @@ buildLuarocksPackage {
}) {}; }) {};
std-normalize = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast std-normalize = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, lua, std-_debug , fetchgit, std-_debug, lua
}: }:
buildLuarocksPackage { buildLuarocksPackage {
pname = "std.normalize"; pname = "std.normalize";
@ -2889,7 +2923,7 @@ buildLuarocksPackage {
'') ["date" "path"]) ; '') ["date" "path"]) ;
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5"); disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua std-_debug ]; propagatedBuildInputs = [ std-_debug lua ];
meta = { meta = {
homepage = "https://lua-stdlib.github.io/normalize"; homepage = "https://lua-stdlib.github.io/normalize";
@ -2925,7 +2959,7 @@ buildLuarocksPackage {
}) {}; }) {};
tl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast tl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
, fetchgit, compat53, luafilesystem, argparse , fetchgit, argparse, luafilesystem, compat53
, dkjson}: , dkjson}:
buildLuarocksPackage { buildLuarocksPackage {
pname = "tl"; pname = "tl";
@ -2947,7 +2981,7 @@ buildLuarocksPackage {
} }
'') ["date" "path"]) ; '') ["date" "path"]) ;
propagatedBuildInputs = [ compat53 luafilesystem argparse ]; propagatedBuildInputs = [ argparse luafilesystem compat53 ];
checkInputs = [ dkjson ]; checkInputs = [ dkjson ];
meta = { meta = {