perlPackages.TextFormat: init at 0.60

This commit is contained in:
Ben Darwin 2017-09-24 17:50:02 -04:00
parent 99dc5f4ab0
commit fa2cc0e72f

View File

@ -14997,6 +14997,20 @@ let self = _self // overrides; _self = with self; {
};
};
TextFormat = buildPerlPackage rec {
name = "Text-Format-0.60";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "664f313570604624ff9e1fc9b26b6d04e06897b3e4eac83089fc0905a692a2b8";
};
buildInputs = [ ModuleBuild ];
meta = {
homepage = http://www.shlomifish.org/open-source/projects/Text-Format/;
description = "Format text";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
TextGlob = buildPerlPackage rec {
name = "Text-Glob-0.09";
src = fetchurl {