[cpan2nix] perlPackages.CatalystPluginFormValidatorSimple: cleanup
This commit is contained in:
parent
9db6fd4a66
commit
b26e5f1467
@ -1478,7 +1478,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = "mirror://cpan/authors/id/D/DH/DHOSS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DH/DHOSS/${name}.tar.gz";
|
||||||
sha256 = "486c6a0e8f410fd017279f4804ab9e35ba46321d33a0a9721fe1e08a391de7a0";
|
sha256 = "486c6a0e8f410fd017279f4804ab9e35ba46321d33a0a9721fe1e08a391de7a0";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CatalystPluginFormValidator CatalystRuntime FormValidatorSimple ];
|
propagatedBuildInputs = [ CatalystPluginFormValidator FormValidatorSimple ];
|
||||||
meta = {
|
meta = {
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
|
Loading…
Reference in New Issue
Block a user