Merge pull request #171284 from pborzenkov/perlPackages.POSIXAtFork
perlPackages.POSIXAtFork: init at 0.04
This commit is contained in:
commit
15dab8cb52
1 changed files with 14 additions and 0 deletions
|
@ -18989,6 +18989,20 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
POSIXAtFork = buildPerlPackage {
|
||||||
|
pname = "POSIX-AtFork";
|
||||||
|
version = "0.04";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors//id/N/NI/NIKOLAS/POSIX-AtFork-0.04.tar.gz";
|
||||||
|
sha256 = "sha256-wuIpOobUhxRLyPe6COfEt2sRsOTf3EGAmEXTDvoH5g4=";
|
||||||
|
};
|
||||||
|
buildInputs = [ TestSharedFork ];
|
||||||
|
meta = {
|
||||||
|
description = "Hook registrations at fork(2)";
|
||||||
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
POSIXstrftimeCompiler = buildPerlModule {
|
POSIXstrftimeCompiler = buildPerlModule {
|
||||||
pname = "POSIX-strftime-Compiler";
|
pname = "POSIX-strftime-Compiler";
|
||||||
version = "0.44";
|
version = "0.44";
|
||||||
|
|
Loading…
Reference in a new issue