perl: HTML::Clean: init at 0.8

This commit is contained in:
Matt McHenry 2016-05-09 22:20:35 -04:00 committed by Robert Helgesson
parent c479fb1d61
commit 282f080b2e

View File

@ -5848,6 +5848,18 @@ let self = _self // overrides; _self = with self; {
};
};
HTMLClean = buildPerlPackage rec {
name = "HTML-Clean-0.8";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LI/LINDNER/${name}.tar.gz";
sha256 = "1h0dzxx034hpshxlpsxhxh051d1p79cjgp4q5kg68kgx7aian85c";
};
meta = {
description = "Cleans up HTML code for web browsers, not humans";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
HTMLElementExtended = buildPerlPackage {
name = "HTML-Element-Extended-1.18";
src = fetchurl {