luaPackages.vstruct: init at 2.0.2-1
This commit is contained in:
parent
a032a3ad90
commit
84a2134baa
@ -75,3 +75,4 @@ std__debug,std._debug,,,,
|
|||||||
std_normalize,std.normalize,,,,
|
std_normalize,std.normalize,,,,
|
||||||
stdlib,,,,,vyp
|
stdlib,,,,,vyp
|
||||||
pulseaudio,,,,,doronbehar
|
pulseaudio,,,,,doronbehar
|
||||||
|
vstruct,,,,,
|
||||||
|
|
@ -1536,9 +1536,23 @@ stdlib = buildLuarocksPackage {
|
|||||||
homepage = "http://lua-stdlib.github.io/lua-stdlib";
|
homepage = "http://lua-stdlib.github.io/lua-stdlib";
|
||||||
description = "General Lua Libraries";
|
description = "General Lua Libraries";
|
||||||
maintainers = with maintainers; [ vyp ];
|
maintainers = with maintainers; [ vyp ];
|
||||||
license = {
|
license.fullName = "MIT/X11";
|
||||||
fullName = "MIT/X11";
|
};
|
||||||
};
|
};
|
||||||
|
vstruct = buildLuarocksPackage {
|
||||||
|
pname = "vstruct";
|
||||||
|
version = "2.0.2-1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://luarocks/vstruct-2.0.2-1.src.rock;
|
||||||
|
sha256 = "05k1685618wh7vg8av92mh1i1rjqg15x12gifbp9kyqzc2nk3kzq";
|
||||||
|
};
|
||||||
|
disabled = (luaOlder "5.1") || (luaAtLeast "5.3");
|
||||||
|
propagatedBuildInputs = [ lua ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://github.com/ToxicFrog/vstruct";
|
||||||
|
description = "Lua library to manipulate binary data";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user