forked from mirrors/nixpkgs
[cpan2nix] perlPackages.CatalystPluginAuthorizationRoles: cleanup
This commit is contained in:
parent
d41820cf3d
commit
2b2a35e7ea
|
@ -1397,7 +1397,7 @@ let self = _self // overrides; _self = with self; {
|
|||
sha256 = "0l83lkwmq0lngwh8b1rv3r719pn8w1gdbyhjqm74rnd0wbjl8h7f";
|
||||
};
|
||||
buildInputs = [ TestException ];
|
||||
propagatedBuildInputs = [ CatalystPluginAuthentication CatalystRuntime SetObject UNIVERSALisa ];
|
||||
propagatedBuildInputs = [ CatalystPluginAuthentication SetObject UNIVERSALisa ];
|
||||
meta = {
|
||||
description = "Role based authorization for Catalyst based on Catalyst::Plugin::Authentication";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue