[cpan2nix] perlPackages.CatalystPluginAuthentication: cleanup

This commit is contained in:
volth 2018-04-07 07:58:47 +00:00
parent ad3b7e1252
commit 9b357987d3

View file

@ -1373,8 +1373,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
sha256 = "0v6hb4r1wv3djrnqvnjcn3xx1scgqzx8nyjdg9lfc1ybvamrl0rn";
};
buildInputs = [ ClassMOP Moose TestException ];
propagatedBuildInputs = [ CatalystPluginSession CatalystRuntime ClassInspector Moose MooseXEmulateClassAccessorFast MROCompat namespaceautoclean StringRewritePrefix TryTiny ];
buildInputs = [ TestException ];
propagatedBuildInputs = [ CatalystPluginSession ];
meta = {
description = "Infrastructure plugin for the Catalyst authentication framework";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];