[cpan2nix] perlPackages.LogDispatchFileRotate: cleanup

This commit is contained in:
volth 2019-11-23 12:44:30 +00:00
parent a5adc79bba
commit 7131e82952

View File

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