[cpan2nix] perlPackages.BSDResource: cleanup

This commit is contained in:
volth 2018-04-07 07:51:09 +00:00
parent c5f07bfd0b
commit fc8238d7ff
1 changed files with 1 additions and 2 deletions

View File

@ -783,10 +783,9 @@ let self = _self // overrides; _self = with self; {
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";
url = mirror://cpan/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";