perlPackages.LogDispatchFileRotate: init at 1.36

This commit is contained in:
tekeri 2019-07-02 16:09:16 +09:00
parent 1a2415e9a9
commit a4b4681905

View File

@ -10231,6 +10231,21 @@ let
buildInputs = [ IPCRun3 TestFatal TestNeeds ];
};
LogDispatchFileRotate = buildPerlPackage {
pname = "Log-Dispatch-FileRotate";
version = "1.36";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MS/MSCHOUT/Log-Dispatch-FileRotate-1.36.tar.gz";
sha256 = "0vlmi17p7fky3x58rs7r5mdxi6l5jla8zhlb55kvssxc1w5v2b27";
};
propagatedBuildInputs = [ DateManip LogDispatch PathTiny ];
meta = {
description = "Log to Files that Archive/Rotate Themselves";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestFatal TestNeeds TestWarn ];
};
LogHandler = buildPerlModule {
pname = "Log-Handler";
version = "0.88";