ljsyscall: init at 20180515
This commit is contained in:
committed by
Matthieu Coudron
parent
5e2f89bbce
commit
4d11f5dabd
@@ -412,6 +412,26 @@ lgi = buildLuarocksPackage {
|
||||
};
|
||||
};
|
||||
};
|
||||
ljsyscall = buildLuarocksPackage {
|
||||
pname = "ljsyscall";
|
||||
version = "0.12-1";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://luarocks.org/ljsyscall-0.12-1.src.rock;
|
||||
sha256 = "12gs81lnzpxi5d409lbrvjfflld5l2xsdkfhkz93xg7v65sfhh2j";
|
||||
};
|
||||
disabled = (lua.luaversion != "5.1");
|
||||
propagatedBuildInputs = [ lua ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://www.myriabit.com/ljsyscall/";
|
||||
description = "LuaJIT Linux syscall FFI";
|
||||
maintainers = with maintainers; [ lblasc ];
|
||||
license = {
|
||||
fullName = "MIT";
|
||||
};
|
||||
};
|
||||
};
|
||||
lpeg = buildLuarocksPackage {
|
||||
pname = "lpeg";
|
||||
version = "1.0.2-1";
|
||||
|
||||
Reference in New Issue
Block a user