forked from mirrors/nixpkgs
perl-Apache-LogFormat-Compiler: 0.13 -> 0.33
This commit is contained in:
parent
135ef9cc32
commit
15029ff44a
1 changed files with 8 additions and 5 deletions
|
@ -166,13 +166,16 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ Mouse ];
|
propagatedBuildInputs = [ Mouse ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ApacheLogFormatCompiler = buildPerlModule {
|
ApacheLogFormatCompiler = buildPerlModule rec {
|
||||||
name = "Apache-LogFormat-Compiler-0.13";
|
name = "Apache-LogFormat-Compiler-0.33";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.13.tar.gz;
|
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
|
||||||
sha256 = "b4185125501e288efbc664da8b723ff86f0b69eb57d3c7c69c7d2069aab0efb0";
|
sha256 = "17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv";
|
||||||
};
|
};
|
||||||
buildInputs = [ HTTPMessage TestRequires TryTiny URI ];
|
buildInputs = [ HTTPMessage TestRequires TryTiny URI TestMockTime
|
||||||
|
POSIXstrftimeCompiler ];
|
||||||
|
# We cannot change the timezone on the fly.
|
||||||
|
prePatch = "rm t/04_tz.t";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/kazeburo/Apache-LogFormat-Compiler;
|
homepage = https://github.com/kazeburo/Apache-LogFormat-Compiler;
|
||||||
description = "Compile a log format string to perl-code";
|
description = "Compile a log format string to perl-code";
|
||||||
|
|
Loading…
Add table
Reference in a new issue