about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-02 01:14:34 +0000
committervolth <volth@volth.com>2018-10-02 01:14:34 +0000
commitfef6077d6c45eb9a2909c5734f8489af2ffa42ba (patch)
tree483f2059b479e7beb3a3e6125ea361b85bf4f2cf /pkgs
parent85f063dacc951d88c863fa2f6a5b39d769f88b8f (diff)
downloadnixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.tar
nixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.tar.gz
nixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.tar.bz2
nixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.tar.lz
nixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.tar.xz
nixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.tar.zst
nixlib-fef6077d6c45eb9a2909c5734f8489af2ffa42ba.zip
[cpan2nix] perlPackages.TermANSIColor: removed built-in
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 3f09588e6387..1be0a336c941 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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}";