[cpan2nix] perlPackages.CatalystPluginSessionStoreFile: cleanup

This commit is contained in:
volth 2018-06-02 20:39:47 +00:00
parent 7b1b46e17b
commit 3d3cfcda95

View file

@ -1575,7 +1575,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
sha256 = "54738e3ce76f8be8b66947092d28973c73d79d1ee19b5d92b057552f8ff09b4f";
};
propagatedBuildInputs = [ CacheCache CatalystPluginSession ];
propagatedBuildInputs = [ CacheCache CatalystPluginSession ClassDataInheritable ];
meta = {
description = "File storage backend for session data";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];