[cpan2nix] perlPackages.BSDResource: cleanup
This commit is contained in:
parent
c5f07bfd0b
commit
fc8238d7ff
@ -783,10 +783,9 @@ let self = _self // overrides; _self = with self; {
|
|||||||
BSDResource = buildPerlPackage rec {
|
BSDResource = buildPerlPackage rec {
|
||||||
name = "BSD-Resource-1.2911";
|
name = "BSD-Resource-1.2911";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://cpan.metacpan.org/authors/id/J/JH/JHI/BSD-Resource-1.2911.tar.gz";
|
url = mirror://cpan/authors/id/J/JH/JHI/BSD-Resource-1.2911.tar.gz;
|
||||||
sha256 = "0g8c7825ng2m0yz5sy6838rvfdl8j3vm29524wjgf66ccfhgn74x";
|
sha256 = "0g8c7825ng2m0yz5sy6838rvfdl8j3vm29524wjgf66ccfhgn74x";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestPod TestPodCoverage ];
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ maintainers.limeytexan ];
|
maintainers = [ maintainers.limeytexan ];
|
||||||
description = "BSD process resource limit and priority functions";
|
description = "BSD process resource limit and priority functions";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user