3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TextPatch: init at 1.8

This commit is contained in:
Puck Meerburg 2019-10-23 12:08:27 +00:00
parent 1038cd5ad8
commit 4b918e3e8a

View file

@ -18614,6 +18614,20 @@ let
};
};
TextPatch = buildPerlPackage {
pname = "Text-Patch";
version = "1.8";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CA/CADE/Text-Patch-1.8.tar.gz";
sha256 = "eaf18e61ba6a3e143846a7cc66f08ce58a0c4fbda92acb31aede25cb3b5c3dcc";
};
propagatedBuildInputs = [ TextDiff ];
meta = {
description = "Patches text with given patch";
license = stdenv.lib.licenses.gpl2;
};
};
TextPDF = buildPerlPackage {
pname = "Text-PDF";
version = "0.31";