10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "03ir3jjpzm7q8n1qc5jr99hqarr9r529w1zb6f7q4wak2vfj7w9h";
26 buildInputs = [ glib ];
29 homepage = "https://github.com/clearlinux/psstop";
30 description = "Show processes' memory usage by looking into pss"; # upstream summary
31 license = licenses.gpl3;
32 maintainers = with maintainers; [ dtzWill ];
33 mainProgram = "psstop";