[cpan2nix] perlPackages.CatalystPluginSessionStoreFile: cleanup
This commit is contained in:
parent
7b1b46e17b
commit
3d3cfcda95
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user