[cpan2nix] perlPackages.HTMLForm: cleanup
This commit is contained in:
parent
8c995501c8
commit
35841a4ca0
@ -8911,10 +8911,10 @@ let
|
|||||||
pname = "HTML-Form";
|
pname = "HTML-Form";
|
||||||
version = "6.07";
|
version = "6.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz;
|
url = "mirror://cpan/authors/id/O/OA/OALDERS/HTML-Form-6.07.tar.gz";
|
||||||
sha256 = "09v29cdzwjm139c67y1np3kvx2ymg3s8n723qc0ma07lmxz8rakx";
|
sha256 = "09v29cdzwjm139c67y1np3kvx2ymg3s8n723qc0ma07lmxz8rakx";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ HTMLParser HTTPMessage ];
|
propagatedBuildInputs = [ HTMLParser ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Class that represents an HTML form element";
|
description = "Class that represents an HTML form element";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user