* Added IPC::Run.

svn path=/nixpkgs/trunk/; revision=13409
This commit is contained in:
Eelco Dolstra 2008-11-25 13:06:58 +00:00
parent fc06d93252
commit 75ed8f2e20

View File

@ -4773,6 +4773,14 @@ let
};
};
perlIPCRun = buildPerlPackage {
name = "IPC-Run-0.80";
src = fetchurl {
url = mirror://cpan/authors/id/R/RS/RSOD/IPC-Run-0.80.tar.gz;
sha256 = "1lb0skp093ikkjg125l2f8lw7jzawmy4x7h1azgcs0d5miy8apj4";
};
};
perlJSON = buildPerlPackage {
name = "JSON-2.12";
src = fetchurl {