mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perl-CatalystPluginSessionStoreFile: init at 0.18
This commit is contained in:
parent
730debb8a4
commit
e6873044ac
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user