forked from mirrors/nixpkgs
perl-BSD-Resource: init at 1.2911
This commit is contained in:
parent
cfa3e7e633
commit
a83716f256
|
@ -385,6 +385,7 @@
|
||||||
lheckemann = "Linus Heckemann <git@sphalerite.org>";
|
lheckemann = "Linus Heckemann <git@sphalerite.org>";
|
||||||
lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
|
lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
|
||||||
lihop = "Leroy Hopson <nixos@leroy.geek.nz>";
|
lihop = "Leroy Hopson <nixos@leroy.geek.nz>";
|
||||||
|
limeytexan = "Michael Brantley <limeytexan@gmail.com>";
|
||||||
linquize = "Linquize <linquize@yahoo.com.hk>";
|
linquize = "Linquize <linquize@yahoo.com.hk>";
|
||||||
linus = "Linus Arver <linusarver@gmail.com>";
|
linus = "Linus Arver <linusarver@gmail.com>";
|
||||||
lluchs = "Lukas Werling <lukas.werling@gmail.com>";
|
lluchs = "Lukas Werling <lukas.werling@gmail.com>";
|
||||||
|
|
|
@ -780,6 +780,20 @@ let self = _self // overrides; _self = with self; {
|
||||||
perlPreHook = "export LD=$CC";
|
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 {
|
BusinessHours = buildPerlPackage rec {
|
||||||
name = "Business-Hours-0.12";
|
name = "Business-Hours-0.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue