[cpan2nix] perlPackages.TermANSIColor: removed built-in

This commit is contained in:
volth 2018-10-02 01:14:34 +00:00
parent 85f063dacc
commit fef6077d6c

View file

@ -14472,17 +14472,7 @@ let
};
};
TermANSIColor = buildPerlPackage {
name = "Term-ANSIColor-4.06";
src = fetchurl {
url = mirror://cpan/authors/id/R/RR/RRA/Term-ANSIColor-4.06.tar.gz;
sha256 = "8161c7434b1984bde588d75f22c786c46cb6d35d264d58111db0b82537de4bad";
};
meta = {
description = "Color output using ANSI escape sequences";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
TermANSIColor = null; # part of Perl 5.26
TermCap = let version = "1.17"; in buildPerlPackage {
name = "Term-Cap-${version}";