7 python3Packages.buildPythonApplication rec {
8 pname = "zpool-iostat-viz";
9 version = "unstable-2021-11-13";
12 src = fetchFromGitHub {
15 rev = "cdd8f3d882ab7a9990fb2d26af3e5b2bcc4bb312";
16 sha256 = "sha256-vNXD5SauBpCtP7VPTumQ0/wXfW0PjtooS21cjpAole8=";
21 python3Packages.wrapPython
24 # There is no setup.py
31 install -D zpool-iostat-viz $out/bin/zpool-iostat-viz
32 installManPage zpool-iostat-viz.1
36 description = "\"zpool iostats\" for humans; find the slow parts of your ZFS pool";
37 homepage = "https://github.com/chadmiller/zpool-iostat-viz";
38 license = licenses.bsd2;
39 maintainers = with maintainers; [ julm ];