about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-04 16:05:09 +0000
committervolth <volth@volth.com>2018-06-04 16:05:09 +0000
commit984e000ff2758a58688f26bc328bc865e1ef0569 (patch)
treebcf7ce45ac7daa5d8075275326ce1db4c5b5011e
parentccb91c7d06cdb5d56d06844f0675d8034bf437a0 (diff)
downloadnixlib-984e000ff2758a58688f26bc328bc865e1ef0569.tar
nixlib-984e000ff2758a58688f26bc328bc865e1ef0569.tar.gz
nixlib-984e000ff2758a58688f26bc328bc865e1ef0569.tar.bz2
nixlib-984e000ff2758a58688f26bc328bc865e1ef0569.tar.lz
nixlib-984e000ff2758a58688f26bc328bc865e1ef0569.tar.xz
nixlib-984e000ff2758a58688f26bc328bc865e1ef0569.tar.zst
nixlib-984e000ff2758a58688f26bc328bc865e1ef0569.zip
[cpan2nix] perlPackages.TextAbbrev: removed built-in
-rw-r--r--pkgs/top-level/perl-packages.nix13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 869933eb6394..17a993881a82 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";