[cpan2nix] perlPackages.TextAbbrev: removed built-in
This commit is contained in:
parent
ccb91c7d06
commit
984e000ff2
@ -16189,18 +16189,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
buildInputs = [ TestBase ];
|
buildInputs = [ TestBase ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TextAbbrev = buildPerlPackage {
|
TextAbbrev = null; # part of Perl 5.22
|
||||||
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 ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
TextAligner = buildPerlModule rec {
|
TextAligner = buildPerlModule rec {
|
||||||
name = "Text-Aligner-0.13";
|
name = "Text-Aligner-0.13";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user