[cpan2nix] perlPackages.CatalystPluginFormValidator: cleanup
This commit is contained in:
parent
2b2a35e7ea
commit
c2b0bc7cac
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/D/DH/DHOSS/${name}.tar.gz";
|
||||
sha256 = "5834f11bf5c9f4b5d336d65c7ce6639b76ce7bfe7a2875eb048d7ea1c82ce05a";
|
||||
};
|
||||
propagatedBuildInputs = [ CatalystRuntime DataFormValidator MROCompat Moose ];
|
||||
propagatedBuildInputs = [ CatalystRuntime DataFormValidator ];
|
||||
meta = {
|
||||
description = "Data::FormValidator";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue