mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
[cpan2nix] perlPackages.TermANSIColor: removed built-in
This commit is contained in:
parent
85f063dacc
commit
fef6077d6c
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user