···
/* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
nixpkgs$ ./maintainers/scripts/update-luarocks-packages
···
You can customize the generated packages in pkgs/development/lua-modules/overrides.nix
9
-
{ self, stdenv, lib, fetchurl, fetchgit, ... } @ args:
8
+
{ self, stdenv, lib, fetchurl, fetchgit, callPackage, ... } @ args:
13
-
alt-getopt = buildLuarocksPackage {
11
+
alt-getopt = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
14
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
33
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
34
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ arobyn ];
license.fullName = "MIT/X11";
44
-
argparse = buildLuarocksPackage {
45
+
argparse = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
48
+
buildLuarocksPackage {
···
61
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
65
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
description = "A feature-rich command-line argument parser";
license.fullName = "MIT";
71
-
basexx = buildLuarocksPackage {
75
+
basexx = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
78
+
buildLuarocksPackage {
···
sha256 = "1x0d24aaj4zld4ifr7mi8zwrym5shsfphmwx5jzw2zg22r6xzlz1";
81
-
disabled = (luaOlder "5.1");
88
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "A base2, base16, base32, base64 and base85 library for Lua";
license.fullName = "MIT";
91
-
binaryheap = buildLuarocksPackage {
98
+
binaryheap = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
101
+
buildLuarocksPackage {
···
sha256 = "0f5l4nb5s7dycbkgh3rrl7pf0npcf9k6m2gr2bsn09fjyb3bdc8h";
100
-
disabled = (luaOlder "5.1");
110
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vcunat ];
license.fullName = "MIT/X11";
111
-
bit32 = buildLuarocksPackage {
121
+
bit32 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
124
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
131
-
disabled = (luaOlder "5.1");
144
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ lblasc ];
license.fullName = "MIT/X11";
142
-
busted = buildLuarocksPackage {
155
+
busted = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
156
+
, fetchurl, lua, lua_cliargs, luafilesystem, luasystem, dkjson, say, luassert, lua-term, penlight, mediator_lua
158
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1ps7b3f4diawfj637mibznaw4x08gn567pyni0m2s50hrnw4v8zx";
154
-
disabled = (luaOlder "5.1");
170
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua lua_cliargs luafilesystem luasystem dkjson say luassert lua-term penlight mediator_lua ];
···
description = "Elegant Lua unit testing.";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
164
-
cassowary = buildLuarocksPackage {
180
+
cassowary = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
181
+
, fetchgit, lua, penlight
183
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
168
-
url = "https://luarocks.org/cassowary-2.3.1-2.rockspec";
187
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/cassowary-2.3.1-2.rockspec";
sha256 = "04y882f9ai1jhk0zwla2g0fvl56a75rwnxhsl9r3m0qa5i0ia1i5";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
···
184
-
disabled = (luaOlder "5.1");
203
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua penlight ];
···
maintainers = with lib.maintainers; [ marsam alerque ];
license.fullName = "Apache 2";
195
-
compat53 = buildLuarocksPackage {
214
+
compat53 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
217
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1x3wv1qx7b2zlf3fh4q9pmi2xxkcdm024g7bf11rpv0yacnhran3";
207
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
229
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vcunat ];
license.fullName = "MIT";
218
-
cosmo = buildLuarocksPackage {
240
+
cosmo = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
243
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
maintainers = with lib.maintainers; [ marsam ];
license.fullName = "MIT/X11";
248
-
coxpcall = buildLuarocksPackage {
273
+
coxpcall = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
275
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
description = "Coroutine safe xpcall and pcall";
license.fullName = "MIT/X11";
276
-
cqueues = buildLuarocksPackage {
303
+
cqueues = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
306
+
buildLuarocksPackage {
version = "20200726.52-0";
knownRockspec = (fetchurl {
···
sha256 = "0lhd02ag3r1sxr2hx847rdjkddm04l1vf5234v5cz9bd4kfjw4cy";
288
-
disabled = (lua.luaversion != "5.2");
318
+
disabled = with lua; (luaversion != "5.2");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vcunat ];
license.fullName = "MIT/X11";
299
-
cyrussasl = buildLuarocksPackage {
329
+
cyrussasl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
332
+
buildLuarocksPackage {
···
316
-
disabled = (luaOlder "5.1");
349
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Cyrus SASL library for Lua 5.1+";
license.fullName = "BSD";
326
-
digestif = buildLuarocksPackage {
359
+
digestif = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
360
+
, fetchgit, lua, lpeg
362
+
buildLuarocksPackage {
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/astoff/digestif",
332
-
"rev": "9f8f299cf7094d72edbd32a455869751246028b7",
333
-
"date": "2021-09-25T14:32:42+02:00",
334
-
"path": "/nix/store/ln1zx9cw2b7q4x5vzd6hv5nd01c1gsy3-digestif",
335
-
"sha256": "1cf14m03jvfs1mwaywfgv759jh0ha3pxrnyj7jxjxlsj6cim89v0",
368
+
"rev": "505ca88a54012be5534654238baaa457f8446fed",
369
+
"date": "2021-10-06T21:27:45+02:00",
370
+
"path": "/nix/store/6wvpy0nsr5yf78by3dg8m2m0h0kf9xk4-digestif",
371
+
"sha256": "1prv5nqskvilyyx3z9b2jiz72lwpz2xcas57qjpbv6qq5l2si1xm",
···
343
-
disabled = (luaOlder "5.3");
379
+
disabled = with lua; (luaOlder "5.3");
propagatedBuildInputs = [ lua lpeg ];
···
description = "A code analyzer for TeX";
license.fullName = "MIT";
353
-
dkjson = buildLuarocksPackage {
389
+
dkjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
392
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
357
-
url = "https://luarocks.org/dkjson-2.5-3.rockspec";
396
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/dkjson-2.5-3.rockspec";
sha256 = "18xngdzl2q207cil64aj81qi6qvj1g269pf07j5x4pbvamd6a1l3";
···
sha256 = "14wanday1l7wj2lnpabbxw8rcsa0zbvcdi1w88rdr5gbsq3xwasm";
365
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
404
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
description = "David Kolf's JSON module for Lua";
license.fullName = "MIT/X11";
375
-
fifo = buildLuarocksPackage {
414
+
fifo = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
417
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
379
-
url = "https://luarocks.org/fifo-0.2-0.rockspec";
421
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/fifo-0.2-0.rockspec";
sha256 = "0vr9apmai2cyra2n573nr3dyk929gzcs4nm1096jdxcixmvh2ymq";
···
description = "A lua library/'class' that implements a FIFO";
license.fullName = "MIT/X11";
396
-
gitsigns-nvim = buildLuarocksPackage {
438
+
gitsigns-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
439
+
, fetchgit, lua, plenary-nvim
441
+
buildLuarocksPackage {
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/lewis6991/gitsigns.nvim",
402
-
"rev": "7e5c1a831f555dc398dd1564489e2b8a5c867754",
403
-
"date": "2021-09-25T16:49:34+01:00",
404
-
"path": "/nix/store/a1h8xxb9w4kvvmq7q30m1ny2pq3zbmin-gitsigns.nvim",
405
-
"sha256": "02kssw0lpprf9k3il6gfd00gj9fbjbksipa4f6xqkgfdq5c9l9fr",
447
+
"rev": "552f114caeaec4ce97822cb55dfa7c7e5368136b",
448
+
"date": "2021-10-15T13:31:44+01:00",
449
+
"path": "/nix/store/40vkv3sc4h6gh9ac88k7pilszxmy38yv-gitsigns.nvim",
450
+
"sha256": "0qdafm3arjf8bcqpvv085dwzbikad3sr3xzvrn3gfa0dsls8pg6q",
···
413
-
disabled = (lua.luaversion != "5.1");
458
+
disabled = with lua; (luaversion != "5.1");
propagatedBuildInputs = [ lua plenary-nvim ];
···
description = "Git signs written in pure lua";
license.fullName = "MIT/X11";
423
-
http = buildLuarocksPackage {
468
+
http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
469
+
, fetchurl, lua, compat53, bit32, cqueues, luaossl, basexx, lpeg, lpeg_patterns, binaryheap, fifo
471
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "13xyj8qx42mzn1z4lwwdfd7ha06a720q4b7d04ir6vvp2fwp3s4q";
435
-
disabled = (luaOlder "5.1");
483
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua compat53 bit32 cqueues luaossl basexx lpeg lpeg_patterns binaryheap fifo ];
···
maintainers = with lib.maintainers; [ vcunat ];
license.fullName = "MIT";
446
-
inspect = buildLuarocksPackage {
494
+
inspect = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
497
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1nz0yqhkd0nkymghrj99gb2id40g50drh4a96g3v5k7h1sbg94h2";
458
-
disabled = (luaOlder "5.1");
509
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Lua table visualizer, ideal for debugging";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
468
-
ldbus = buildLuarocksPackage {
519
+
ldbus = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
522
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
488
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
542
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
description = "A Lua library to access dbus.";
license.fullName = "MIT/X11";
498
-
ldoc = buildLuarocksPackage {
552
+
ldoc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
553
+
, fetchgit, penlight, markdown
555
+
buildLuarocksPackage {
···
description = "A Lua Documentation Tool";
license.fullName = "MIT/X11";
524
-
lgi = buildLuarocksPackage {
581
+
lgi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
584
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
544
-
disabled = (luaOlder "5.1");
604
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Lua bindings to GObject libraries";
license.fullName = "MIT/X11";
554
-
linenoise = buildLuarocksPackage {
614
+
linenoise = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
617
+
buildLuarocksPackage {
···
sha256 = "177h6gbq89arwiwxah9943i8hl5gvd9wivnd1nhmdl7d8x0dn76c";
563
-
disabled = (luaOlder "5.1");
626
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "A binding for the linenoise command line library";
license.fullName = "MIT/X11";
573
-
ljsyscall = buildLuarocksPackage {
636
+
ljsyscall = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
639
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1w9g36nhxv92cypjia7igg1xpfrn3dbs3hfy6gnnz5mx14v50abf";
585
-
disabled = (lua.luaversion != "5.1");
651
+
disabled = with lua; (luaversion != "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ lblasc ];
license.fullName = "MIT";
596
-
lpeg = buildLuarocksPackage {
662
+
lpeg = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
665
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
600
-
url = "https://luarocks.org/lpeg-1.0.2-1.rockspec";
669
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lpeg-1.0.2-1.rockspec";
sha256 = "08a8p5cwlwpjawk8sczb7bq2whdsng4mmhphahyklf1bkvl2li89";
···
sha256 = "1zjzl7acvcdavmcg5l7wi12jd4rh95q9pl5aiww7hv0v0mv6bmj8";
608
-
disabled = (luaOlder "5.1");
677
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vyp ];
license.fullName = "MIT/X11";
619
-
lpeg_patterns = buildLuarocksPackage {
688
+
lpeg_patterns = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
689
+
, fetchurl, lua, lpeg
691
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
description = "a collection of LPEG patterns";
license.fullName = "MIT";
640
-
lpeglabel = buildLuarocksPackage {
712
+
lpeglabel = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
715
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1i02lsxj20iygqm8fy6dih1gh21lqk5qj1mv14wlrkaywnv35wcv";
652
-
disabled = (luaOlder "5.1");
727
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Parsing Expression Grammars For Lua with Labeled Failures";
license.fullName = "MIT/X11";
662
-
lpty = buildLuarocksPackage {
737
+
lpty = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
740
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
666
-
url = "https://luafr.org/luarocks/lpty-1.2.2-1.rockspec";
744
+
url = "https://luarocks.org/lpty-1.2.2-1.rockspec";
sha256 = "04af4mhiqrw3br4qzz7yznw9zy2m50wddwzgvzkvhd99ng71fkzg";
···
sha256 = "071mvz79wi9vr6hvrnb1rv19lqp1bh2fi742zkpv2sm1r9gy5rav";
674
-
disabled = (luaOlder "5.1");
752
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "A simple facility for lua to control other programs via PTYs.";
license.fullName = "MIT";
684
-
lrexlib-gnu = buildLuarocksPackage {
762
+
lrexlib-gnu = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
765
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
704
-
disabled = (luaOlder "5.1");
785
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Regular expression library binding (GNU flavour).";
license.fullName = "MIT/X11";
714
-
lrexlib-pcre = buildLuarocksPackage {
795
+
lrexlib-pcre = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
798
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
734
-
disabled = (luaOlder "5.1");
818
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vyp ];
license.fullName = "MIT/X11";
745
-
lrexlib-posix = buildLuarocksPackage {
829
+
lrexlib-posix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
832
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
765
-
disabled = (luaOlder "5.1");
852
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Regular expression library binding (POSIX flavour).";
license.fullName = "MIT/X11";
775
-
lua-cjson = buildLuarocksPackage {
862
+
lua-cjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
865
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
795
-
disabled = (luaOlder "5.1");
885
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "A fast JSON encoding/parsing module";
license.fullName = "MIT";
805
-
lua-cmsgpack = buildLuarocksPackage {
895
+
lua-cmsgpack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
898
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
825
-
disabled = (luaOlder "5.1");
918
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license.fullName = "Two-clause BSD";
835
-
lua-iconv = buildLuarocksPackage {
928
+
lua-iconv = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
931
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "02dg5x79fg5mwsycr0fj6w04zykdpiki9xjswkkwzdalqwaikny1";
847
-
disabled = (luaOlder "5.1");
943
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Lua binding to the iconv";
license.fullName = "MIT/X11";
857
-
lua-lsp = buildLuarocksPackage {
953
+
lua-lsp = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
954
+
, fetchgit, lua, dkjson, lpeglabel, inspect
956
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
877
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
976
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua dkjson lpeglabel inspect ];
···
description = "A Language Server implementation for lua, the language";
license.fullName = "MIT";
887
-
lua-messagepack = buildLuarocksPackage {
986
+
lua-messagepack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
989
+
buildLuarocksPackage {
pname = "lua-messagepack";
knownRockspec = (fetchurl {
···
sha256 = "1jgi944d0vx4zs9lrphys9pw0wrsibip93sh141qjwymrjyjg1nc";
899
-
disabled = (luaOlder "5.1");
1001
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "a pure Lua implementation of the MessagePack serialization format";
license.fullName = "MIT/X11";
909
-
lua-resty-http = buildLuarocksPackage {
1011
+
lua-resty-http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1014
+
buildLuarocksPackage {
pname = "lua-resty-http";
knownRockspec = (fetchurl {
···
929
-
disabled = (luaOlder "5.1");
1034
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.";
license.fullName = "2-clause BSD";
939
-
lua-resty-jwt = buildLuarocksPackage {
1044
+
lua-resty-jwt = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1045
+
, fetchgit, lua, lua-resty-openssl
1047
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
959
-
disabled = (luaOlder "5.1");
1067
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua lua-resty-openssl ];
···
description = "JWT for ngx_lua and LuaJIT.";
license.fullName = "Apache License Version 2";
969
-
lua-resty-openidc = buildLuarocksPackage {
1077
+
lua-resty-openidc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1078
+
, fetchgit, lua, lua-resty-http, lua-resty-session, lua-resty-jwt
1080
+
buildLuarocksPackage {
pname = "lua-resty-openidc";
knownRockspec = (fetchurl {
···
989
-
disabled = (luaOlder "5.1");
1100
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua lua-resty-http lua-resty-session lua-resty-jwt ];
···
description = "A library for NGINX implementing the OpenID Connect Relying Party (RP) and the OAuth 2.0 Resource Server (RS) functionality";
license.fullName = "Apache 2.0";
999
-
lua-resty-openssl = buildLuarocksPackage {
1110
+
lua-resty-openssl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1112
+
buildLuarocksPackage {
pname = "lua-resty-openssl";
knownRockspec = (fetchurl {
1003
-
url = "https://luafr.org/luarocks/lua-resty-openssl-0.7.5-1.rockspec";
1116
+
url = "https://luarocks.org/lua-resty-openssl-0.7.5-1.rockspec";
sha256 = "13v14in9cgmjgarmy6br9629ns1qlhw7a30c061y6gncjannnv6y";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
···
description = "No summary";
license.fullName = "BSD";
1027
-
lua-resty-session = buildLuarocksPackage {
1140
+
lua-resty-session = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1143
+
buildLuarocksPackage {
pname = "lua-resty-session";
knownRockspec = (fetchurl {
···
1047
-
disabled = (luaOlder "5.1");
1163
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Session Library for OpenResty – Flexible and Secure";
license.fullName = "BSD";
1057
-
lua-term = buildLuarocksPackage {
1173
+
lua-term = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1175
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
1061
-
url = "https://luarocks.org/lua-term-0.7-1.rockspec";
1179
+
url = "https://luafr.org/luarocks/lua-term-0.7-1.rockspec";
sha256 = "0r9g5jw7pqr1dyj6w58dqlr7y7l0jp077n8nnji4phf10biyrvg2";
···
description = "Terminal functions for Lua";
license.fullName = "MIT/X11";
1077
-
lua-toml = buildLuarocksPackage {
1195
+
lua-toml = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1198
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1097
-
disabled = (luaOlder "5.1");
1218
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "toml decoder/encoder for Lua";
license.fullName = "MIT";
1107
-
lua-yajl = buildLuarocksPackage {
1228
+
lua-yajl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1231
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
1111
-
url = "https://luarocks.org/lua-yajl-2.0-1.rockspec";
1235
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lua-yajl-2.0-1.rockspec";
sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
···
1127
-
disabled = (luaOlder "5.1");
1251
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ pstn ];
license.fullName = "MIT/X11";
1138
-
lua-zlib = buildLuarocksPackage {
1262
+
lua-zlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1265
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1158
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1285
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ koral ];
license.fullName = "MIT";
1169
-
lua_cliargs = buildLuarocksPackage {
1296
+
lua_cliargs = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1299
+
buildLuarocksPackage {
···
sha256 = "0vhpgmy9a8wlxp8a15pnfqfk0aj7pyyb5m41nnfxynx580a6y7cp";
1178
-
disabled = (luaOlder "5.1");
1308
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "A command-line argument parser.";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1188
-
luabitop = buildLuarocksPackage {
1318
+
luabitop = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1321
+
buildLuarocksPackage {
···
1205
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
1338
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.3");
propagatedBuildInputs = [ lua ];
···
description = "Lua Bit Operations Module";
license.fullName = "MIT/X license";
1215
-
luacheck = buildLuarocksPackage {
1348
+
luacheck = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1349
+
, fetchgit, lua, argparse, luafilesystem
1351
+
buildLuarocksPackage {
1217
-
version = "0.24.0-2";
1353
+
version = "0.25.0-1";
knownRockspec = (fetchurl {
1219
-
url = "https://luarocks.org/luacheck-0.24.0-2.rockspec";
1220
-
sha256 = "1x8n7w1mdr1bmmbw38syzi2612yyd7bbv4j2hnlk2k76qfcvkhf3";
1355
+
url = "https://luarocks.org/luacheck-0.25.0-1.rockspec";
1356
+
sha256 = "11mvbpnykibg0dx9sdh5x9gpvrhkmvrw76qvjz337x83f8gmvy91";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/luarocks/luacheck.git",
1224
-
"rev": "6651c20d8495c380a49ca81662fcfd1ade6b2411",
1225
-
"date": "2020-08-20T19:21:52-03:00",
1226
-
"path": "/nix/store/8r4x8snxp0kjabn9bsxwh62pfczd8wma-luacheck",
1227
-
"sha256": "08jsqibksdvpl6mvf8d6rlh5pii78hqm3fkhbkgzrs6k8kk5a7lf",
1360
+
"rev": "abf7386a892df4ce566fef9e4640ddbf9af78411",
1361
+
"date": "2021-08-10T12:19:20-03:00",
1362
+
"path": "/nix/store/9cdlf6c3y0087qwh48ky8ysxxx3lirlj-luacheck",
1363
+
"sha256": "1ymfkr0qmg6idrrxf9x6mfq14skag8h09kl2qlalwiykicrdljs1",
···
1235
-
disabled = (luaOlder "5.1");
1371
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua argparse luafilesystem ];
···
description = "A static analyzer and a linter for Lua";
license.fullName = "MIT";
1245
-
luacov = buildLuarocksPackage {
1381
+
luacov = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1384
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
1249
-
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luacov-0.15.0-1.rockspec";
1388
+
url = "https://luafr.org/luarocks/luacov-0.15.0-1.rockspec";
sha256 = "18byfl23c73pazi60hsx0vd74hqq80mzixab76j36cyn8k4ni9db";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
···
1265
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1404
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
description = "Coverage analysis tool for Lua scripts";
license.fullName = "MIT";
1275
-
luadbi = buildLuarocksPackage {
1414
+
luadbi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1417
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1295
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1437
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
description = "Database abstraction layer";
license.fullName = "MIT/X11";
1305
-
luadbi-mysql = buildLuarocksPackage {
1447
+
luadbi-mysql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1448
+
, fetchgit, lua, luadbi
1450
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
1309
-
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luadbi-mysql-0.7.2-1.rockspec";
1454
+
url = "https://luarocks.org/luadbi-mysql-0.7.2-1.rockspec";
sha256 = "0gnyqnvcfif06rzzrdw6w6hchp4jrjiwm0rmfx2r8ljchj2bvml5";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
···
1325
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1470
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua luadbi ];
···
description = "Database abstraction layer";
license.fullName = "MIT/X11";
1335
-
luadbi-postgresql = buildLuarocksPackage {
1480
+
luadbi-postgresql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1481
+
, fetchgit, lua, luadbi
1483
+
buildLuarocksPackage {
pname = "luadbi-postgresql";
knownRockspec = (fetchurl {
1339
-
url = "https://luarocks.org/luadbi-postgresql-0.7.2-1.rockspec";
1487
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luadbi-postgresql-0.7.2-1.rockspec";
sha256 = "07rx4agw4hjyzf8157apdwfqh9s26nqndmkr3wm7v09ygjvdjiix";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
···
1355
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1503
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua luadbi ];
···
description = "Database abstraction layer";
license.fullName = "MIT/X11";
1365
-
luadbi-sqlite3 = buildLuarocksPackage {
1513
+
luadbi-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1514
+
, fetchgit, lua, luadbi
1516
+
buildLuarocksPackage {
pname = "luadbi-sqlite3";
knownRockspec = (fetchurl {
···
1385
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1536
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua luadbi ];
···
description = "Database abstraction layer";
license.fullName = "MIT/X11";
1395
-
luaepnf = buildLuarocksPackage {
1546
+
luaepnf = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1547
+
, fetchgit, lua, lpeg
1549
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1415
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
1569
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua lpeg ];
···
description = "Extended PEG Notation Format (easy grammars for LPeg)";
license.fullName = "MIT";
1425
-
luaevent = buildLuarocksPackage {
1579
+
luaevent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1582
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "0pbh315d3p7hxgzmbhphkcldxv2dadbka96131b8j5914nxvl4nx";
1437
-
disabled = (luaOlder "5.1");
1594
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "libevent binding for Lua";
license.fullName = "MIT";
1447
-
luaexpat = buildLuarocksPackage {
1604
+
luaexpat = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1607
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1hvxqngn0wf5642i5p3vcyhg3pmp102k63s9ry4jqyyqc1wkjq6h";
1459
-
disabled = (luaOlder "5.1");
1619
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ arobyn flosse ];
license.fullName = "MIT/X11";
1470
-
luaffi = buildLuarocksPackage {
1630
+
luaffi = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1633
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1490
-
disabled = (luaOlder "5.1");
1653
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "FFI library for calling C functions from lua";
license.fullName = "BSD";
1500
-
luafilesystem = buildLuarocksPackage {
1663
+
luafilesystem = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1666
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1520
-
disabled = (luaOlder "5.1");
1686
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ flosse ];
license.fullName = "MIT/X11";
1531
-
lualogging = buildLuarocksPackage {
1697
+
lualogging = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1698
+
, fetchgit, luasocket
1700
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
description = "A simple API to use logging features";
license.fullName = "MIT/X11";
1560
-
luaossl = buildLuarocksPackage {
1729
+
luaossl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1732
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
description = "Most comprehensive OpenSSL module in the Lua universe.";
license.fullName = "MIT/X11";
1581
-
luaposix = buildLuarocksPackage {
1753
+
luaposix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1754
+
, fetchurl, bit32, lua
1756
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1xqx764ji054jphxdhkynsmwzqzkfgxqfizxkf70za6qfrvnl3yh";
1593
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1768
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ bit32 lua ];
···
maintainers = with lib.maintainers; [ vyp lblasc ];
license.fullName = "MIT/X11";
1604
-
luarepl = buildLuarocksPackage {
1779
+
luarepl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1782
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "04xka7b84d9mrz3gyf8ywhw08xp65v8jrnzs8ry8k9540aqs721w";
1616
-
disabled = (luaOlder "5.1");
1794
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "A reusable REPL component for Lua, written in Lua";
license.fullName = "MIT/X11";
1626
-
luasec = buildLuarocksPackage {
1804
+
luasec = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1805
+
, fetchgit, lua, luasocket
1807
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1646
-
disabled = (luaOlder "5.1");
1827
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua luasocket ];
···
maintainers = with lib.maintainers; [ flosse ];
license.fullName = "MIT";
1657
-
luasocket = buildLuarocksPackage {
1838
+
luasocket = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1841
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
1661
-
url = "https://luarocks.org/luasocket-3.0rc1-2.rockspec";
1845
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luasocket-3.0rc1-2.rockspec";
sha256 = "17fbkihp4zypv5wwgxz8dnghj37pf5bhpi2llg4gbljp1bl2f42c";
···
sha256 = "0x0fg07cg08ybgkpzif7zmzaaq5ga979rxwd9rj95kfws9bbrl0y";
1669
-
disabled = (luaOlder "5.1");
1853
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Network support for the Lua language";
license.fullName = "MIT";
1679
-
luasql-sqlite3 = buildLuarocksPackage {
1863
+
luasql-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1866
+
buildLuarocksPackage {
pname = "luasql-sqlite3";
knownRockspec = (fetchurl {
···
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/keplerproject/luasql.git",
1688
-
"rev": "69f68a858134d6adbe9b65a902dcd3f60cd6a7ce",
1689
-
"date": "2021-08-27T15:17:22-03:00",
1690
-
"path": "/nix/store/2374agarn72cnlnk2vripfy1zz2y50la-luasql",
1691
-
"sha256": "13xs1g67d2p69x4wzxk1h97xh25388h0kkh9bjgw3l1yss9zlxhx",
1875
+
"rev": "ce22164f63783afac9c644fd37c231e56fc097cb",
1876
+
"date": "2021-10-14T09:38:24-03:00",
1877
+
"path": "/nix/store/h8r8axcc76x7y6gwc2jzsmr7h2lqgbxa-luasql",
1878
+
"sha256": "10gq3x7vqkafvfk9fs4039rl1xhnqpl2v60z4qpd96wbcy205gnk",
···
1699
-
disabled = (luaOlder "5.1");
1886
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vyp ];
license.fullName = "MIT/X11";
1710
-
luassert = buildLuarocksPackage {
1897
+
luassert = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1898
+
, fetchurl, lua, say
1900
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "0xlwlb32215524bg33svp1ci8mdvh9wykchl8dkhihpxcd526mar";
1722
-
disabled = (luaOlder "5.1");
1912
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua say ];
···
description = "Lua Assertions Extension";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1732
-
luasystem = buildLuarocksPackage {
1922
+
luasystem = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1925
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "150bbklchh02gsvpngv56xrrlxxvwpqwrh0yy6z95fnvks7gd0qb";
1744
-
disabled = (luaOlder "5.1");
1937
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Platform independent system calls for Lua.";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1754
-
luautf8 = buildLuarocksPackage {
1947
+
luautf8 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1950
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "02rf8jmazmi8rp3i5v4jsz0d7mrf1747qszsl8i2hv1sl0ik92r0";
1766
-
disabled = (luaOlder "5.1");
1962
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ pstn ];
license.fullName = "MIT";
1777
-
luazip = buildLuarocksPackage {
1973
+
luazip = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1976
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1797
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
1996
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
description = "Library for reading files inside zip files";
license.fullName = "MIT";
1807
-
luuid = buildLuarocksPackage {
2006
+
luuid = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2009
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1bfkj613d05yps3fivmz0j1bxf2zkg9g1yl0ifffgw0vy00hpnvm";
1819
-
disabled = (luaOlder "5.2") || (luaAtLeast "5.4");
2021
+
disabled = with lua; (luaOlder "5.2") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
description = "A library for UUID generation";
license.fullName = "Public domain";
1829
-
luv = buildLuarocksPackage {
2031
+
luv = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2034
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "0dkzjkkm0h516ag6sfz5iji761y9slrcfw325f39zkda1sfql8mm";
1841
-
disabled = (luaOlder "5.1");
2046
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Bare libuv bindings for lua";
license.fullName = "Apache 2.0";
1851
-
lyaml = buildLuarocksPackage {
2056
+
lyaml = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2059
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
1855
-
url = "https://luarocks.org/lyaml-6.2.7-1.rockspec";
2063
+
url = "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lyaml-6.2.7-1.rockspec";
sha256 = "0m5bnzg24nyk35gcn4rydgzk0ysk1f6rslxwxd0w3drl1bg64zja";
···
sha256 = "165mr3krf8g8070j4ax9z0j2plfbdwb8x2zk2hydpqaqa0kcdb0c";
1863
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2071
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ lblasc ];
license.fullName = "MIT/X11";
1874
-
markdown = buildLuarocksPackage {
2082
+
markdown = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2085
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1894
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2105
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua ];
···
description = "Markdown text-to-html markup system.";
license.fullName = "MIT/X11";
1904
-
mediator_lua = buildLuarocksPackage {
2115
+
mediator_lua = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2118
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "16zzzhiy3y35v8advmlkzpryzxv5vji7727vwkly86q8sagqbxgs";
1916
-
disabled = (luaOlder "5.1");
2130
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Event handling through channels";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
1926
-
moonscript = buildLuarocksPackage {
2140
+
moonscript = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2141
+
, fetchgit, lua, lpeg, alt-getopt, luafilesystem
2143
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
1946
-
disabled = (luaOlder "5.1");
2163
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua lpeg alt-getopt luafilesystem ];
···
maintainers = with lib.maintainers; [ arobyn ];
license.fullName = "MIT";
1957
-
mpack = buildLuarocksPackage {
2174
+
mpack = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2176
+
buildLuarocksPackage {
1959
-
version = "1.0.8-0";
2178
+
version = "1.0.9-0";
knownRockspec = (fetchurl {
1961
-
url = "https://luarocks.org/mpack-1.0.8-0.rockspec";
1962
-
sha256 = "0hhpamw2bydnfrild274faaan6v48918nhslnw3kvi9y36b4i5ha";
2180
+
url = "https://luarocks.org/mpack-1.0.9-0.rockspec";
2181
+
sha256 = "1v10kmw3qw559bbm142z40ib26bwvcyi64qjrk0vf8v6n1mx8wcn";
1965
-
url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz";
1966
-
sha256 = "1sf93ffx7a3y1waknc4994l2yrxilrlf3hcp2cj2cvxmpm5inszd";
2184
+
url = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.9/libmpack-lua-1.0.9.tar.gz";
2185
+
sha256 = "17lyjmnbychacwahqgs128nb00xky777g7zw5wf20vrzkiq7xl0g";
1971
-
homepage = "https://github.com/libmpack/libmpack-lua/releases/download/1.0.8/libmpack-lua-1.0.8.tar.gz";
2190
+
homepage = "https://github.com/libmpack/libmpack-lua";
description = "Lua binding to libmpack";
license.fullName = "MIT";
1977
-
nvim-client = buildLuarocksPackage {
2196
+
nvim-client = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2197
+
, fetchurl, lua, mpack, luv, coxpcall
2199
+
buildLuarocksPackage {
···
sha256 = "1h736im524lq0vwlpihv9b317jarpkf3j13a25xl5qq8y8asm8mr";
1986
-
disabled = (luaOlder "5.1");
2208
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua mpack luv coxpcall ];
···
description = "Lua client to Nvim";
license.fullName = "Apache";
1996
-
penlight = buildLuarocksPackage {
2218
+
penlight = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2219
+
, fetchgit, lua, luafilesystem
2221
+
buildLuarocksPackage {
···
2013
-
disabled = (luaOlder "5.1");
2238
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua luafilesystem ];
2015
-
checkInputs = [ busted busted ];
homepage = "https://lunarmodules.github.io/penlight";
···
maintainers = with lib.maintainers; [ alerque ];
license.fullName = "MIT/X11";
2026
-
plenary-nvim = buildLuarocksPackage {
2249
+
plenary-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2250
+
, fetchgit, lua, luassert
2252
+
buildLuarocksPackage {
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/nvim-lua/plenary.nvim",
2032
-
"rev": "8c6cc07a68b65eb707be44598f0084647d495978",
2033
-
"date": "2021-09-26T16:13:25+02:00",
2034
-
"path": "/nix/store/j8hmr48blm4brq8rqv7b9m08vmalg8sp-plenary.nvim",
2035
-
"sha256": "05h5n7jj33y9vs6gc8hqlfd628j6i33s3c8fmfl6ahxwfygx2wpd",
2258
+
"rev": "80bb2b9bb74bdca38a46480b6f2e15af990406e4",
2259
+
"date": "2021-10-06T19:20:08+02:00",
2260
+
"path": "/nix/store/mw4r562qxr7giy1n43iylp3qb8ch0jqs-plenary.nvim",
2261
+
"sha256": "11akcpxcp4m997a2y76ajknnmsifac2hj4nq9i4a8b1j08bxinim",
···
2043
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.4");
2269
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
propagatedBuildInputs = [ lua luassert ];
···
description = "lua functions you don't want to write ";
license.fullName = "MIT/X11";
2053
-
rapidjson = buildLuarocksPackage {
2279
+
rapidjson = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2282
+
buildLuarocksPackage {
···
2070
-
disabled = (luaOlder "5.1");
2299
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Json module based on the very fast RapidJSON.";
license.fullName = "MIT";
2080
-
readline = buildLuarocksPackage {
2309
+
readline = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2310
+
, fetchurl, lua, luaposix
2312
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "1rr2b7q8w3i4bm1i634sd6kzhw6v1fpnh53mj09af6xdq1rfhr5n";
2092
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2324
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua luaposix ];
···
description = "Interface to the readline library";
license.fullName = "MIT/X11";
2102
-
say = buildLuarocksPackage {
2334
+
say = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2337
+
buildLuarocksPackage {
···
sha256 = "1jh76mxq9dcmv7kps2spwcc6895jmj2sf04i4y9idaxlicvwvs13";
2111
-
disabled = (luaOlder "5.1");
2346
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
···
description = "Lua String Hashing/Indexing Library";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
2121
-
std-_debug = buildLuarocksPackage {
2356
+
std-_debug = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2359
+
buildLuarocksPackage {
···
2138
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2376
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
description = "Debug Hints Library";
license.fullName = "MIT/X11";
2148
-
std-normalize = buildLuarocksPackage {
2386
+
std-normalize = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2387
+
, fetchgit, lua, std-_debug
2389
+
buildLuarocksPackage {
···
2165
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2406
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua std-_debug ];
···
description = "Normalized Lua Functions";
license.fullName = "MIT/X11";
2175
-
stdlib = buildLuarocksPackage {
2416
+
stdlib = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2419
+
buildLuarocksPackage {
knownRockspec = (fetchurl {
···
sha256 = "0is8i8lk4qq4afnan0vj1bwr8brialyrva7cjy43alzgwdphwynx";
2187
-
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
2431
+
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
propagatedBuildInputs = [ lua ];
···
maintainers = with lib.maintainers; [ vyp ];
license.fullName = "MIT/X11";
2198
-
vstruct = buildLuarocksPackage {
2442
+
vstruct = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2445
+
buildLuarocksPackage {
···
2215
-
disabled = (luaOlder "5.1");
2462
+
disabled = with lua; (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
homepage = "https://github.com/ToxicFrog/vstruct";
description = "Lua library to manipulate binary data";