perlPackages.TextDiffFormattedHTML: init at 0.08

This commit is contained in:
Stig Palmquist 2020-09-30 14:50:01 +02:00
parent 5592fad251
commit 6d4cd74626
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7
1 changed files with 15 additions and 0 deletions

View File

@ -20656,6 +20656,21 @@ let
};
};
TextDiffFormattedHTML = buildPerlPackage {
pname = "Text-Diff-FormattedHTML";
version = "0.08";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AM/AMBS/Text-Diff-FormattedHTML-0.08.tar.gz";
sha256 = "39ab775a5c056745f2abd8cc7c1cbc5496dfef7e52a9f4bd8ada6aa6c9c7b70d";
};
propagatedBuildInputs = [ FileSlurp StringDiff ];
meta = {
description = "Generate a colorful HTML diff of strings/files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
TextGerman = buildPerlPackage {
pname = "Text-German";
version = "0.06";