mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
perl-Apache-LogFormat-Compiler: fix build inputs
This commit is contained in:
parent
9a6bc2bfb1
commit
d90bf07a70
@ -174,8 +174,8 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
|
||||
sha256 = "17blk3zhp05azgypn25ydxf3d7fyfgr9bxyiv7xkchhqma96vwqv";
|
||||
};
|
||||
buildInputs = [ HTTPMessage TestRequires TryTiny URI TestMockTime
|
||||
POSIXstrftimeCompiler ];
|
||||
buildInputs = [ HTTPMessage ModuleBuild TestMockTime TestRequires TryTiny URI ];
|
||||
propagatedBuildInputs = [ POSIXstrftimeCompiler ];
|
||||
# We cannot change the timezone on the fly.
|
||||
prePatch = "rm t/04_tz.t";
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user