mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Add Forks::Super
This commit is contained in:
parent
2c71506929
commit
f83a4dd41d
1 changed files with 12 additions and 0 deletions
|
@ -2794,6 +2794,18 @@ rec {
|
|||
};
|
||||
};
|
||||
|
||||
ForksSuper = buildPerlPackage {
|
||||
name = "Forks-Super-0.67";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MO/MOB/Forks-Super-0.67.tar.gz;
|
||||
sha256 = "8831cd70e1eb3d4ab7d9a8c3692caa7b7220dc888cd1a8dc5640fb2a08379141";
|
||||
};
|
||||
meta = {
|
||||
description = "Extensions and convenience methods to manage background processes";
|
||||
license = "perl";
|
||||
};
|
||||
};
|
||||
|
||||
FreezeThaw = buildPerlPackage {
|
||||
name = "FreezeThaw-0.43";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue