forked from mirrors/nixpkgs
perl: HTML::Clean: init at 0.8
This commit is contained in:
parent
c479fb1d61
commit
282f080b2e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue