perl-Proc-Find: init at 0.04.

This commit is contained in:
Drew Hess 2017-11-09 11:23:50 -08:00
parent ef5c0ff54f
commit c89919d645
No known key found for this signature in database
GPG key ID: DEDAB57E001BD839

View file

@ -11260,6 +11260,21 @@ let self = _self // overrides; _self = with self; {
};
};
ProcFind = buildPerlPackage rec {
name = "Proc-Find-0.04";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/${name}.tar.gz";
sha256 = "07d715c2b8644dc6d5b5a36ffcd2f02da017bf86a00027387aa47c53e2347a81";
};
buildInputs = [ Perlosnames ];
propagatedBuildInputs = [ ProcProcessTable ];
meta = {
homepage = https://metacpan.org/release/Proc-Find;
description = "Find processes by name, PID, or some other attributes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
ProcSafeExec = buildPerlPackage {
name = "Proc-SafeExec-1.5";
src = fetchurl {