3
0
Fork 0
forked from mirrors/nixpkgs

perl-Apache-LogFormat-Compiler: 0.13 -> 0.33

This commit is contained in:
Pascal Wittmann 2016-03-19 13:27:54 +01:00
parent 135ef9cc32
commit 15029ff44a

View file

@ -166,13 +166,16 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ Mouse ];
};
ApacheLogFormatCompiler = buildPerlModule {
name = "Apache-LogFormat-Compiler-0.13";
ApacheLogFormatCompiler = buildPerlModule rec {
name = "Apache-LogFormat-Compiler-0.33";
src = fetchurl {
url = mirror://cpan/authors/id/K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.13.tar.gz;
sha256 = "b4185125501e288efbc664da8b723ff86f0b69eb57d3c7c69c7d2069aab0efb0";
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
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 = {
homepage = https://github.com/kazeburo/Apache-LogFormat-Compiler;
description = "Compile a log format string to perl-code";