[cpan2nix] perlPackages.HTMLEscape: cleanup

This commit is contained in:
volth 2018-04-07 07:56:43 +00:00
parent 6904fa26f9
commit 40158690b3

View File

@ -6678,7 +6678,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/${name}.tar.gz";
sha256 = "b1cbac4157ad8dedac6914e1628855e05b8dc885a4007d2e4df8177c6a9b70fb";
};
buildInputs = [ ModuleBuild ModuleBuildPluggablePPPort TestRequires ];
buildInputs = [ ModuleBuildPluggablePPPort TestRequires ];
meta = {
homepage = https://github.com/tokuhirom/HTML-Escape;
description = "Extremely fast HTML escaping";