Lua generate nix packages from luarocks (#54978)

* lua: generate packages from luarocks

* luarocks-nix: update

* removed packages already available in nixpkgs

* adressing reviews

update script can now accept another csv file as input with -c

* Remove obsolete comment
This commit is contained in:
Matthieu Coudron
2019-02-04 11:30:58 +00:00
committed by Michael Raskin
parent 0955567a7d
commit 2ba891788b
12 changed files with 981 additions and 8 deletions
+21
View File
@@ -0,0 +1,21 @@
ansicolors,
argparse,
dkjson
lrexlib-gnu,
lrexlib-posix,
ltermbox,
lua-cmsgpack,
lua_cliargs,
lua-term,
luaffi,http://luarocks.org/dev,
luuid,
penlight,
say,
luv,
luasystem,
mediator_lua,http://luarocks.org/manifests/teto
mpack,http://luarocks.org/manifests/teto
nvim-client,http://luarocks.org/manifests/teto
busted,http://luarocks.org/manifests/teto
luassert,http://luarocks.org/manifests/teto
coxpcall,https://luarocks.org/manifests/hisham,1.17.0-1
1 ansicolors,
2 argparse,
3 dkjson
4 lrexlib-gnu,
5 lrexlib-posix,
6 ltermbox,
7 lua-cmsgpack,
8 lua_cliargs,
9 lua-term,
10 luaffi,http://luarocks.org/dev,
11 luuid,
12 penlight,
13 say,
14 luv,
15 luasystem,
16 mediator_lua,http://luarocks.org/manifests/teto
17 mpack,http://luarocks.org/manifests/teto
18 nvim-client,http://luarocks.org/manifests/teto
19 busted,http://luarocks.org/manifests/teto
20 luassert,http://luarocks.org/manifests/teto
21 coxpcall,https://luarocks.org/manifests/hisham,1.17.0-1