1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

perlPackages.CatalystPluginCache: new expression

This commit is contained in:
Oliver Charles 2013-06-10 22:11:59 +01:00
parent b5a700736e
commit c578c19ff1

View file

@ -580,6 +580,20 @@ rec {
};
};
CatalystPluginCache = buildPerlPackage {
name = "Catalyst-Plugin-Cache-0.12";
src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Cache-0.12.tar.gz;
sha256 = "1q23aipvrl888h06ldr4mmjbykz0j4rqwipxg1jv094kki2fspr9";
};
buildInputs = [ TestDeep TestException ];
propagatedBuildInputs = [ CatalystRuntime MROCompat TaskWeaken ];
meta = {
description = "Flexible caching support for Catalyst.";
license = "perl";
};
};
CatalystPluginCacheHTTP = buildPerlPackage {
name = "Catalyst-Plugin-Cache-HTTP-0.001000";
src = fetchurl {