[cpan2nix] perlPackages.CatalystPluginSessionDynamicExpiry: cleanup

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

View file

@ -1549,7 +1549,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
sha256 = "7707c56734cdb1512f733dc400fadf6f4c53cb217b58207857824dad6780a079";
};
propagatedBuildInputs = [ CatalystPluginSession CatalystRuntime MROCompat Moose namespaceautoclean ];
propagatedBuildInputs = [ CatalystPluginSession ];
meta = {
description = "Per-session custom expiry times";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];