perl-Proc-Find: init at 0.04.
This commit is contained in:
parent
ef5c0ff54f
commit
c89919d645
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user