[cpan2nix] perlPackages.CatalystPluginAuthentication: cleanup
This commit is contained in:
parent
ad3b7e1252
commit
9b357987d3
1 changed files with 2 additions and 2 deletions
|
@ -1373,8 +1373,8 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
|
||||||
sha256 = "0v6hb4r1wv3djrnqvnjcn3xx1scgqzx8nyjdg9lfc1ybvamrl0rn";
|
sha256 = "0v6hb4r1wv3djrnqvnjcn3xx1scgqzx8nyjdg9lfc1ybvamrl0rn";
|
||||||
};
|
};
|
||||||
buildInputs = [ ClassMOP Moose TestException ];
|
buildInputs = [ TestException ];
|
||||||
propagatedBuildInputs = [ CatalystPluginSession CatalystRuntime ClassInspector Moose MooseXEmulateClassAccessorFast MROCompat namespaceautoclean StringRewritePrefix TryTiny ];
|
propagatedBuildInputs = [ CatalystPluginSession ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Infrastructure plugin for the Catalyst authentication framework";
|
description = "Infrastructure plugin for the Catalyst authentication framework";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue