Merge pull request #35178 from limeytexan/perl-BSD-Resource

perl-BSD-Resource: init at 1.2911
This commit is contained in:
Jörg Thalheim 2018-02-20 11:03:30 +00:00 committed by GitHub
commit b7fb6edf2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {