[cpan2nix] perlPackages.LogHandler: cleanup

This commit is contained in:
volth 2018-04-07 07:56:18 +00:00
parent eef2aca206
commit abb616cc95

View File

@ -8330,13 +8330,12 @@ let self = _self // overrides; _self = with self; {
};
};
LogHandler = buildPerlPackage rec {
LogHandler = buildPerlModule rec {
name = "Log-Handler-0.88";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BL/BLOONIX/${name}.tar.gz";
sha256 = "45bf540ab2138ed3ff93afc205b0516dc75755b86acdcc5e75c41347833c293d";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ ParamsValidate ];
meta = {
description = "Log messages to several outputs";