perl-CatalystPluginSessionStoreFile: init at 0.18

This commit is contained in:
Robert Helgesson 2015-10-31 01:24:12 +01:00
parent 730debb8a4
commit e6873044ac

View File

@ -1212,6 +1212,20 @@ let self = _self // overrides; _self = with self; {
};
};
CatalystPluginSessionStoreFile = buildPerlPackage rec {
name = "Catalyst-Plugin-Session-Store-File-0.18";
src = fetchurl {
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
sha256 = "54738e3ce76f8be8b66947092d28973c73d79d1ee19b5d92b057552f8ff09b4f";
};
propagatedBuildInputs = [ CacheCache CatalystPluginSession CatalystRuntime ClassDataInheritable MROCompat ];
meta = {
description = "File storage backend for session data";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ stdenv.lib.maintainers.rycee ];
};
};
CatalystPluginStackTrace = buildPerlPackage {
name = "Catalyst-Plugin-StackTrace-0.12";
src = fetchurl {