[cpan2nix] perlPackages.FormValidatorSimple: cleanup
This commit is contained in:
parent
60321a67e3
commit
56373036e4
1 changed files with 2 additions and 1 deletions
|
@ -6188,12 +6188,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/L/LY/LYOKATO/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/L/LY/LYOKATO/${name}.tar.gz";
|
||||||
sha256 = "fc3a63dc54b962d74586070176adaf5be869f09b561bb30f5fd32ef531792666";
|
sha256 = "fc3a63dc54b962d74586070176adaf5be869f09b561bb30f5fd32ef531792666";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CGI ClassAccessor ClassDataAccessor ClassDataInheritable ClassInspector DateCalc DateTimeFormatStrptime EmailValid EmailValidLoose ListMoreUtils MailTools TieIxHash UNIVERSALrequire YAML ];
|
propagatedBuildInputs = [ ClassAccessor ClassDataAccessor DateCalc DateTimeFormatStrptime EmailValidLoose ListMoreUtils TieIxHash UNIVERSALrequire YAML ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Validation with simple chains of constraints";
|
description = "Validation with simple chains of constraints";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ CGI ];
|
||||||
};
|
};
|
||||||
|
|
||||||
FreezeThaw = buildPerlPackage {
|
FreezeThaw = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in a new issue