luaPackages.ltermbox: removed

official repo here https://github.com/LuaDist-testing/ltermbox but nothing is using it and it is outdated/unmaintained (2018)
and poses issue updating
This commit is contained in:
Matthieu Coudron 2021-08-30 19:15:57 +02:00
parent 15e5c92495
commit 404e5b1040
3 changed files with 0 additions and 23 deletions

View file

@ -29,7 +29,6 @@ lpty,,,,,,
lrexlib-gnu,,,,,,
lrexlib-pcre,,,,,,vyp
lrexlib-posix,,,,,,
ltermbox,,,,,,
lua-cjson,,,,,,
lua-cmsgpack,,,,,,
lua-iconv,,,,,,

1 name src ref server version luaversion maintainers
29 lrexlib-gnu
30 lrexlib-pcre vyp
31 lrexlib-posix
ltermbox
32 lua-cjson
33 lua-cmsgpack
34 lua-iconv

View file

@ -609,24 +609,6 @@ lrexlib-posix = buildLuarocksPackage {
};
};
ltermbox = buildLuarocksPackage {
pname = "ltermbox";
version = "0.2-1";
src = fetchurl {
url = "https://luarocks.org/ltermbox-0.2-1.src.rock";
sha256 = "08jqlmmskbi1ml1i34dlmg6hxcs60nlm32dahpxhcrgjnfihmyn8";
};
disabled = (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
meta = {
homepage = "http://code.google.com/p/termbox";
description = "A termbox library package";
license.fullName = "New BSD License";
};
};
lua-cjson = buildLuarocksPackage {
pname = "lua-cjson";
version = "2.1.0.6-1";

View file

@ -146,10 +146,6 @@ with super;
];
});
ltermbox = super.ltermbox.override( {
disabled = !isLua51 || isLuaJIT;
});
lua-iconv = super.lua-iconv.override({
buildInputs = [
pkgs.libiconv