ljsyscall: init at 20180515

This commit is contained in:
Luka Blaskovic
2019-08-24 11:41:55 +00:00
committed by Matthieu Coudron
parent 5e2f89bbce
commit 4d11f5dabd
3 changed files with 40 additions and 0 deletions

View File

@@ -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";