3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.CatalystPluginAuthorizationRoles: cleanup

This commit is contained in:
volth 2018-04-07 07:58:55 +00:00
parent d41820cf3d
commit 2b2a35e7ea

View file

@ -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 ];