perlPackages.StringDiff: init at 0.07

This commit is contained in:
Stig Palmquist 2020-09-30 14:49:40 +02:00
parent a6e4aca950
commit 5592fad251
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -17963,6 +17963,29 @@ let
};
};
StringDiff = buildPerlModule {
pname = "String-Diff";
version = "0.07";
src = fetchurl {
url = "mirror://cpan/authors/id/Y/YA/YAPPO/String-Diff-0.07.tar.gz";
sha256 = "7215b67cbc3226e2d0e18b38ec58c93be0bf6090278698bef955348826cd0af3";
};
patches = [
(fetchpatch {
url = "https://salsa.debian.org/perl-team/modules/packages/libstring-diff-perl/-/raw/d8120a93f73f4d4aa40d10819b2f0a312608ca9b/debian/patches/0001-Fix-the-test-suite-for-YAML-1.21-compatibility.patch";
sha256 = "0rggwcp7rfnp3zhnxpn5pb878v2dhpk3x6682w9dnsym92gjrij5";
})
];
buildInputs = [ TestBase ModuleBuildTiny ModuleInstallGithubMeta ModuleInstallRepository ModuleInstallReadmeFromPod ModuleInstallReadmeMarkdownFromPod YAML ];
propagatedBuildInputs = [ AlgorithmDiff ];
meta = {
homepage = "https://github.com/yappo/p5-String-Diff";
description = "Simple diff to String";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
StringErrf = buildPerlPackage {
pname = "String-Errf";
version = "0.008";