mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
chore: add luajitPackages.luatext, lua51Packages.luatext, lua52Packages.luatext, lua53Packages.luatext, lua54Packages.luatext
This commit is contained in:
parent
714b1db7b5
commit
9ae49e368a
@ -85,6 +85,7 @@ luasocket,,,,,,
|
||||
luasql-sqlite3,,,,,,vyp
|
||||
luassert,,,,,,
|
||||
luasystem,,,,,,
|
||||
luatext,https://github.com/f4z3r/luatext,,,,,
|
||||
luaunbound,,,,,,
|
||||
luaunit,,,,,,lockejan
|
||||
luautf8,,,,,,pstn
|
||||
|
|
@ -2108,6 +2108,30 @@ buildLuarocksPackage {
|
||||
};
|
||||
}) {};
|
||||
|
||||
luatext = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }:
|
||||
buildLuarocksPackage {
|
||||
pname = "luatext";
|
||||
version = "1.2.1-0";
|
||||
knownRockspec = (fetchurl {
|
||||
url = "mirror://luarocks/luatext-1.2.1-0.rockspec";
|
||||
sha256 = "12ia4ibihd537mjmvdasnwgkinaygqwk03bsj3s0qrfhy6yz84ka";
|
||||
}).outPath;
|
||||
src = fetchFromGitHub {
|
||||
owner = "f4z3r";
|
||||
repo = "luatext";
|
||||
rev = "v1.2.1";
|
||||
hash = "sha256-StxCmjSSy3ok0hNkKTQyq4yS1LfX980R5pULCUjLPek=";
|
||||
};
|
||||
|
||||
disabled = luaOlder "5.1";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/f4z3r/luatext/tree/main";
|
||||
description = "A small library to print colored text";
|
||||
license.fullName = "MIT";
|
||||
};
|
||||
}) {};
|
||||
|
||||
luaunbound = callPackage({ buildLuarocksPackage, fetchurl, luaAtLeast, luaOlder }:
|
||||
buildLuarocksPackage {
|
||||
pname = "luaunbound";
|
||||
|
Loading…
Reference in New Issue
Block a user