Skip to content

Commit

Permalink
Merge pull request #79464 from aanderse/perlPackages.NetSNPP
Browse files Browse the repository at this point in the history
perlPackages.NetSNPP: init at 1.17
  • Loading branch information
aanderse authored Feb 7, 2020
2 parents 5e307dc + 7412a56 commit 4506f4a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13494,6 +13494,21 @@ let
doCheck = false; # The test suite fails, see https://rt.cpan.org/Public/Bug/Display.html?id=85799
};

NetSNPP = buildPerlPackage rec {
pname = "Net-SNPP";
version = "1.17";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOBEYA/${pname}-${version}.tar.gz";
sha256 = "06b851d64596625e866359fb017dd0d08973e0ebc50c323f4a1d50ecdd868e76";
};
propagatedBuildInputs = [ libnet ];
doCheck = false;
meta = {
description = "Simple Network Pager Protocol Client";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

NetSSH = buildPerlPackage {
pname = "Net-SSH";
version = "0.09";
Expand Down

0 comments on commit 4506f4a

Please sign in to comment.