mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #173647 from pborzenkov/perl-ipc-concurrencylimit
perlPackages.IPCConcurrencyLimit: init at 0.17
This commit is contained in:
commit
870b725407
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user