From f0fcbb072e89f2986b540c32610b8f25d2e72970 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 20 Jul 2016 09:48:49 +0300 Subject: [PATCH] perl-Monitoring-Plugin: init at 0.39 --- pkgs/top-level/perl-packages.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 3007f08906c..d50237f06d5 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -8306,6 +8306,25 @@ let self = _self // overrides; _self = with self; { }; }; + MonitoringPlugin = buildPerlPackage rec { + name = "Monitoring-Plugin-0.39"; + src = fetchurl { + url = "mirror://cpan/authors/id/N/NI/NIERLEIN/${name}.tar.gz"; + sha256 = "030cw86j8712z8rn66k935gbilb5rcj3lnk4n53vh1b2phrszvjw"; + }; + buildInputs = [ TestMore ]; + propagatedBuildInputs = [ + Carp ClassAccessor ConfigTiny + MathCalcUnits ParamsValidate ]; + meta = { + description = '' + A family of perl modules to streamline writing Naemon, + Nagios, Icinga or Shinken (and compatible) plugins + ''; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + }; + }; + IOPipely = buildPerlPackage rec { name = "IO-Pipely-0.005"; src = fetchurl {