mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
perl-FormValidator-Simple: init at 0.29
This commit is contained in:
parent
52a93498b2
commit
1e887ee387
@ -5292,6 +5292,20 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
FormValidatorSimple = buildPerlPackage rec {
|
||||
name = "FormValidator-Simple-0.29";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LY/LYOKATO/${name}.tar.gz";
|
||||
sha256 = "fc3a63dc54b962d74586070176adaf5be869f09b561bb30f5fd32ef531792666";
|
||||
};
|
||||
propagatedBuildInputs = [ CGI ClassAccessor ClassDataAccessor ClassDataInheritable ClassInspector DateCalc DateTimeFormatStrptime EmailValid EmailValidLoose ListMoreUtils MailTools TieIxHash UNIVERSALrequire YAML ];
|
||||
meta = {
|
||||
description = "Validation with simple chains of constraints";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
FreezeThaw = buildPerlPackage {
|
||||
name = "FreezeThaw-0.5001";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user