[cpan2nix] perlPackages.MIMELiteHTML: cleanup

This commit is contained in:
volth 2020-06-20 15:48:52 +00:00
parent 03b8db6332
commit b18fb5c09a

View File

@ -11798,7 +11798,7 @@ let
sha256 = "db603ccbf6653bcd28cfa824d72e511ead019fc8afb9f1854ec872db2d3cd8da"; sha256 = "db603ccbf6653bcd28cfa824d72e511ead019fc8afb9f1854ec872db2d3cd8da";
}; };
doCheck = false; doCheck = false;
propagatedBuildInputs = [ HTMLParser LWP MIMELite URI ]; propagatedBuildInputs = [ LWP MIMELite ];
meta = { meta = {
description = "Provide routine to transform a HTML page in a MIME-Lite mail"; description = "Provide routine to transform a HTML page in a MIME-Lite mail";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];