perl-BSD-Resource: init at 1.2911

This commit is contained in:
Michael Brantley 2018-02-19 09:38:45 -05:00
parent cfa3e7e633
commit a83716f256
2 changed files with 15 additions and 0 deletions

View File

@ -385,6 +385,7 @@
lheckemann = "Linus Heckemann <git@sphalerite.org>";
lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
lihop = "Leroy Hopson <nixos@leroy.geek.nz>";
limeytexan = "Michael Brantley <limeytexan@gmail.com>";
linquize = "Linquize <linquize@yahoo.com.hk>";
linus = "Linus Arver <linusarver@gmail.com>";
lluchs = "Lukas Werling <lukas.werling@gmail.com>";

View File

@ -780,6 +780,20 @@ let self = _self // overrides; _self = with self; {
perlPreHook = "export LD=$CC";
};
BSDResource = buildPerlPackage rec {
name = "BSD-Resource-1.2911";
src = fetchurl {
url = "https://cpan.metacpan.org/authors/id/J/JH/JHI/BSD-Resource-1.2911.tar.gz";
sha256 = "0g8c7825ng2m0yz5sy6838rvfdl8j3vm29524wjgf66ccfhgn74x";
};
buildInputs = [ TestPod TestPodCoverage ];
meta = {
maintainers = [ maintainers.limeytexan ];
description = "BSD process resource limit and priority functions";
license = stdenv.lib.licenses.artistic2;
};
};
BusinessHours = buildPerlPackage rec {
name = "Business-Hours-0.12";
src = fetchurl {