luaPackages.ansicolors: remove because unmaintained since 2013

luarocks points at https://github.com/kikito/ansicolors.lua with a last
commit in 2013 while its upstream https://github.com/hoelzro/ansicolors
contains a 2017 commit. This last project mentions it's superseeded by
https://github.com/hoelzro/lua-term
launchpad/nixpkgs/master
Matthieu Coudron 3 years ago
parent a2fd477970
commit 6312bac408
  1. 1
      maintainers/scripts/luarocks-packages.csv
  2. 19
      pkgs/development/lua-modules/generated-packages.nix

@ -1,6 +1,5 @@
name,src,ref,server,version,luaversion,maintainers
alt-getopt,,,,,,arobyn
ansicolors,https://github.com/kikito/ansicolors.lua,,,,,
bit32,,,,5.3.0-1,lua5_1,lblasc
argparse,https://github.com/luarocks/argparse.git,,,,,
basexx,https://github.com/teto/basexx.git,,,,,

1 name src ref server version luaversion maintainers
2 alt-getopt arobyn
ansicolors https://github.com/kikito/ansicolors.lua
3 bit32 5.3.0-1 lua5_1 lblasc
4 argparse https://github.com/luarocks/argparse.git
5 basexx https://github.com/teto/basexx.git

@ -40,25 +40,6 @@ alt-getopt = buildLuarocksPackage {
};
};
ansicolors = buildLuarocksPackage {
pname = "ansicolors";
version = "1.0.2-3";
src = fetchurl {
url = "https://github.com/kikito/ansicolors.lua/archive/v1.0.2.tar.gz";
sha256 = "0r4xi57njldmar9pn77l0vr5701rpmilrm51spv45lz0q9js8xps";
};
disabled = (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
meta = {
homepage = "https://github.com/kikito/ansicolors.lua";
description = "Library for color Manipulation.";
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
};
};
argparse = buildLuarocksPackage {
pname = "argparse";
version = "scm-2";

Loading…
Cancel
Save