1 { lib, buildPythonApplication, fetchPypi, psutil, matplotlib, pytest }:
2 buildPythonApplication rec {
8 sha256 = "5d48410e543b71e5dc4677705acc2a753db65814d3ccbdfbca8d5d3a09b053b1";
11 propagatedBuildInputs = [
26 description = "Record the CPU and memory activity of a process";
27 homepage = "https://github.com/astrofrog/psrecord";
28 license = lib.licenses.bsd2;
29 maintainers = with lib.maintainers; [ johnazoidberg ];
30 mainProgram = "psrecord";