[cpan2nix] perlPackages.HTMLForm: cleanup

This commit is contained in:
volth 2018-04-07 07:56:38 +00:00
parent d80c641454
commit fd3913b791

View file

@ -6690,7 +6690,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz;
sha256 = "0dpwr7yz6hjc3bcqgcbdzjjk9l58ycdjmbam9nfcmm85y2a1vh38";
};
propagatedBuildInputs = [ HTMLParser HTTPMessage URI ];
propagatedBuildInputs = [ HTMLParser HTTPMessage ];
meta = {
description = "Class that represents an HTML form element";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];