perlPackages.PlackMiddlewareDebug: new expression

This commit is contained in:
Oliver Charles 2013-06-10 22:00:55 +01:00
parent 20784b09f4
commit 7b8dbc338a
1 changed files with 35 additions and 0 deletions

View File

@ -3377,6 +3377,15 @@ rec {
};
};
ModuleVersions = buildPerlPackage {
name = "Module-Versions-0.02";
src = fetchurl {
url = http://cpan.metacpan.org/authors/id/T/TH/THW/Module-Versions-0.02.zip;
sha256 = "0g7qs6vqg91xpwg1cdy91m3kh9m1zbkzyz1qsy453b572xdscf0d";
};
buildInputs = [ pkgs.unzip ];
};
Moo = buildPerlPackage {
name = "Moo-1.000007";
src = fetchurl {
@ -4211,6 +4220,20 @@ rec {
};
};
PlackMiddlewareDebug = buildPerlPackage {
name = "Plack-Middleware-Debug-0.14";
src = fetchurl {
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Plack-Middleware-Debug-0.14.tar.gz;
sha256 = "0349563ic6fw4kwx3k3l4v9gq59b5cpymmn1k8bkxsw9n7s10rb9";
};
buildInputs = [ TestRequires ];
propagatedBuildInputs = [ ClassMethodModifiers DataDump FileShareDir ModuleVersions Plack TextMicroTemplate ];
meta = {
description = "Display information about the current request/response";
license = "perl";
};
};
PlackMiddlewareReverseProxy = buildPerlPackage {
name = "Plack-Middleware-ReverseProxy-0.15";
src = fetchurl {
@ -5342,6 +5365,18 @@ rec {
ExtUtilsMakeMaker TestException ];
};
TextMicroTemplate = buildPerlPackage {
name = "Text-MicroTemplate-0.19";
src = fetchurl {
url = mirror://cpan/authors/id/K/KA/KAZUHO/Text-MicroTemplate-0.19.tar.gz;
sha256 = "0hli95kn67slr6ixffcx6qvv36hlr03hij28029k3f8d7b7f32za";
};
meta = {
description = "Micro template engine with Perl5 language";
license = "perl";
};
};
TextPDF = buildPerlPackage rec {
name = "Text-PDF-0.29a";
src = fetchurl {