8 python3Packages.buildPythonApplication {
10 version = "0-unstable-2024-01-04";
13 src = fetchFromGitHub {
16 rev = "97615952eabdc5e8e1a4bd590dd1f4971f3c5a24";
17 hash = "sha256-Ifp8hwkuyBw57fGer3GbDiJaRjL4TD3hzj+ecGXWqI0=";
20 nativeBuildInputs = with python3Packages; [
24 propagatedBuildInputs = with python3Packages; [
28 nativeCheckInputs = with python3Packages; [
33 pytestFlagsArray = [ "-v" ];
34 pythonImportsCheck = [ "memtree" ];
36 passthru.updateScript = nix-update-script {
37 extraArgs = [ "--version=branch" ];
41 description = "Render cgroups tree annotated by memory usage";
42 homepage = "https://github.com/nbraud/memtree";
43 maintainers = with maintainers; [ nicoo ];
44 mainProgram = "memtree";
45 platforms = platforms.linux;