forked from mirrors/nixpkgs
[cpan2nix] perlPackages.CatalystPluginSessionStoreFile: cleanup
This commit is contained in:
parent
c2b0bc7cac
commit
b54c816317
|
@ -1587,7 +1587,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
|
||||
sha256 = "54738e3ce76f8be8b66947092d28973c73d79d1ee19b5d92b057552f8ff09b4f";
|
||||
};
|
||||
propagatedBuildInputs = [ CacheCache CatalystPluginSession CatalystRuntime ClassDataInheritable MROCompat ];
|
||||
propagatedBuildInputs = [ CacheCache CatalystPluginSession ];
|
||||
meta = {
|
||||
description = "File storage backend for session data";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue