forked from mirrors/nixpkgs
perl-Parallel-ForkManager: init at 1.19
This commit is contained in:
parent
596a03e002
commit
1f18a7cd01
|
@ -10787,6 +10787,21 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
ParallelForkManager = buildPerlPackage rec {
|
||||
name = "Parallel-ForkManager-1.19";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/Y/YA/YANICK/${name}.tar.gz";
|
||||
sha256 = "f1de2e9875eeb77d65f80338905dedd522f3913822502982f805aa71cde5a472";
|
||||
};
|
||||
buildInputs = [ TestWarn ];
|
||||
meta = {
|
||||
homepage = https://github.com/dluxhu/perl-parallel-forkmanager;
|
||||
description = "A simple parallel processing fork manager";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
ParallelPrefork = buildPerlPackage {
|
||||
name = "Parallel-Prefork-0.17";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue