Merge pull request #173647 from pborzenkov/perl-ipc-concurrencylimit

perlPackages.IPCConcurrencyLimit: init at 0.17
This commit is contained in:
Zak B. Elep 2022-06-06 13:01:35 +08:00 committed by GitHub
commit 870b725407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11403,6 +11403,21 @@ let
doCheck = !stdenv.isDarwin; # openpty fails in the sandbox
};
IPCConcurrencyLimit = buildPerlPackage {
pname = "IPC-ConcurrencyLimit";
version = "0.17";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MATTK/IPC-ConcurrencyLimit-0.17.tar.gz";
sha256 = "sha256-Lk11vlLpD8YFg31ajp+yacCofdPTYfMBLA/5Sl+9z+8=";
};
buildInputs = [ ExtUtilsMakeMaker ];
propagatedBuildInputs = [ FilePath IO ];
meta = {
description = "Lock-based limits on cooperative multi-processing";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
IPCountry = buildPerlPackage {
pname = "IP-Country";
version = "2.28";