1 { stdenv, fetchurl, buildPythonPackage, pythonPackages }:
3 buildPythonPackage rec {
8 url = "http://guichaz.free.fr/iotop/files/${name}.tar.bz2";
9 sha256 = "1dfvw3khr2rvqllvs9wad9ca3ld4i7szqf0ibq87rn36ickrf3ll";
12 pythonPath = [ pythonPackages.curses ];
17 description = "A tool to find out the processes doing the most IO";
18 maintainers = [ stdenv.lib.maintainers.raskin ];
19 platforms = stdenv.lib.platforms.linux;