From 984e000ff2758a58688f26bc328bc865e1ef0569 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 4 Jun 2018 16:05:09 +0000 Subject: [PATCH] [cpan2nix] perlPackages.TextAbbrev: removed built-in --- pkgs/top-level/perl-packages.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 869933eb639..17a993881a8 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -16189,18 +16189,7 @@ let self = _self // overrides; _self = with self; { buildInputs = [ TestBase ]; }; - TextAbbrev = buildPerlPackage { - name = "Text-Abbrev-1.02"; - src = fetchurl { - url = mirror://cpan/authors/id/F/FL/FLORA/Text-Abbrev-1.02.tar.gz; - sha256 = "9cfb8bea2d5806b72fa1a0e1a3367ce662262eaa2701c6a3143a2a8076917433"; - }; - meta = { - homepage = http://search.cpan.org/dist/Text-Abbrev; - description = "Abbrev - create an abbreviation table from a list"; - license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; - }; - }; + TextAbbrev = null; # part of Perl 5.22 TextAligner = buildPerlModule rec { name = "Text-Aligner-0.13";