[cpan2nix] perlPackages.HTMLForm: cleanup
This commit is contained in:
parent
d80c641454
commit
fd3913b791
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue