forked from mirrors/nixpkgs
perlPackages.TextPatch: init at 1.8
This commit is contained in:
parent
1038cd5ad8
commit
4b918e3e8a
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue