6 python3.pkgs.buildPythonApplication rec {
11 disabled = python3.pythonOlder "3.7";
14 inherit pname version;
15 hash = "sha256-Xfe1kwRXKpSPcc+UuHrcYThpqKh6kzWVsbPia/QsPjc=";
21 propagatedBuildInputs = with python3.pkgs; [
27 homepage = "https://github.com/tlkh/asitop";
28 description = "Perf monitoring CLI tool for Apple Silicon";
29 platforms = platforms.darwin;
30 license = licenses.mit;
31 maintainers = with maintainers; [ juliusrickert ];