[cpan2nix] perlPackages.CatalystPluginSession: cleanup

This commit is contained in:
volth 2018-04-07 07:58:46 +00:00
parent b142e38d0d
commit ad3b7e1252

View file

@ -1536,7 +1536,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "171vi9xcl775scjaw4fcfdmqvz0rb1nr0xxg2gb3ng6bjzpslhgv";
};
buildInputs = [ TestDeep TestException TestWWWMechanizePSGI ];
propagatedBuildInputs = [ CatalystRuntime Moose MooseXEmulateClassAccessorFast MROCompat namespaceclean ObjectSignature ];
propagatedBuildInputs = [ CatalystRuntime ObjectSignature ];
meta = {
description = "Generic Session plugin - ties together server side storage and client side state required to maintain session data";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];