[cpan2nix] perlPackages.CatalystPluginFormValidator: cleanup
This commit is contained in:
parent
2b2a35e7ea
commit
c2b0bc7cac
@ -1465,7 +1465,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 = "5834f11bf5c9f4b5d336d65c7ce6639b76ce7bfe7a2875eb048d7ea1c82ce05a";
|
sha256 = "5834f11bf5c9f4b5d336d65c7ce6639b76ce7bfe7a2875eb048d7ea1c82ce05a";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CatalystRuntime DataFormValidator MROCompat Moose ];
|
propagatedBuildInputs = [ CatalystRuntime DataFormValidator ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Data::FormValidator";
|
description = "Data::FormValidator";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user