[cpan2nix] perlPackages.ApacheLogFormatCompiler: 0.33 -> 0.35
This commit is contained in:
parent
05492fa8b7
commit
cf13a7c8c6
@ -193,12 +193,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ApacheLogFormatCompiler = buildPerlModule rec {
|
ApacheLogFormatCompiler = buildPerlModule rec {
|
||||||
name = "Apache-LogFormat-Compiler-0.33";
|
name = "Apache-LogFormat-Compiler-0.35";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
|
||||||
sha256 = "17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv";
|
sha256 = "06i70ydxk2wa2rcqn16842kra2qz3jwk0vk1abq8lah4180c0m0n";
|
||||||
};
|
};
|
||||||
buildInputs = [ HTTPMessage ModuleBuild TestMockTime TestRequires TryTiny URI ];
|
buildInputs = [ HTTPMessage ModuleBuildTiny TestMockTime TestRequires TryTiny URI ];
|
||||||
propagatedBuildInputs = [ POSIXstrftimeCompiler ];
|
propagatedBuildInputs = [ POSIXstrftimeCompiler ];
|
||||||
# We cannot change the timezone on the fly.
|
# We cannot change the timezone on the fly.
|
||||||
prePatch = "rm t/04_tz.t";
|
prePatch = "rm t/04_tz.t";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user