luaPackages.luarocks-build-tree-sitter-cli: init -> 0.0.3-1
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -3537,6 +3537,38 @@ final: prev: {
|
||||
}
|
||||
) { };
|
||||
|
||||
luarocks-build-tree-sitter-cli = callPackage (
|
||||
{
|
||||
buildLuarocksPackage,
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
luaOlder,
|
||||
}:
|
||||
buildLuarocksPackage {
|
||||
pname = "luarocks-build-tree-sitter-cli";
|
||||
version = "0.0.3-1";
|
||||
knownRockspec =
|
||||
(fetchurl {
|
||||
url = "mirror://luarocks/luarocks-build-tree-sitter-cli-0.0.3-1.rockspec";
|
||||
sha256 = "0yy04svrll85zn334mhhnzzdqymsbiqymnr6iaj23h436v3gcq38";
|
||||
}).outPath;
|
||||
src = fetchFromGitHub {
|
||||
owner = "FourierTransformer";
|
||||
repo = "luarocks-build-tree-sitter-cli";
|
||||
tag = "0.0.3";
|
||||
hash = "sha256-Chc0eKvKyL9JM6MNX5GcRes1YA2+W842NDrX1nNMQ+E=";
|
||||
};
|
||||
|
||||
disabled = luaOlder "5.1";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/FourierTransformer/luarocks-build-tree-sitter-cli";
|
||||
description = "A LuaRocks build backend to install the tree-sitter CLI";
|
||||
license.fullName = "MIT";
|
||||
};
|
||||
}
|
||||
) { };
|
||||
|
||||
luarocks-build-treesitter-parser = callPackage (
|
||||
{
|
||||
buildLuarocksPackage,
|
||||
|
||||
Reference in New Issue
Block a user