lua*Packages.luautf8: init at 0.1.1-1
Dependency for mudlet >= 4.0
This commit is contained in:
parent
d3983caf45
commit
fc250d64e5
@ -52,6 +52,7 @@ luasocket,,,,,
|
|||||||
luasql-sqlite3,,,,,vyp
|
luasql-sqlite3,,,,,vyp
|
||||||
luassert,,,,,
|
luassert,,,,,
|
||||||
luasystem,,,,,
|
luasystem,,,,,
|
||||||
|
luautf8,,,,,pstn
|
||||||
luazip,,,,,
|
luazip,,,,,
|
||||||
luuid,,,,,
|
luuid,,,,,
|
||||||
luv,,,,,
|
luv,,,,,
|
||||||
|
|
@ -1106,6 +1106,26 @@ luasystem = buildLuarocksPackage {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
luautf8 = buildLuarocksPackage {
|
||||||
|
pname = "luautf8";
|
||||||
|
version = "0.1.1-1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = https://luarocks.org/luautf8-0.1.1-1.src.rock;
|
||||||
|
sha256 = "1832ilrlddh4h7ayx4l9j7z1p8c2hk5yr96cpxjjrmirkld23aji";
|
||||||
|
};
|
||||||
|
disabled = (luaOlder "5.1");
|
||||||
|
propagatedBuildInputs = [ lua ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "http://github.com/starwing/luautf8";
|
||||||
|
description = "A UTF-8 support module for Lua";
|
||||||
|
maintainers = with maintainers; [ pstn ];
|
||||||
|
license = {
|
||||||
|
fullName = "MIT";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
luazip = buildLuarocksPackage {
|
luazip = buildLuarocksPackage {
|
||||||
pname = "luazip";
|
pname = "luazip";
|
||||||
version = "1.2.7-1";
|
version = "1.2.7-1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user