1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "03ir3jjpzm7q8n1qc5jr99hqarr9r529w1zb6f7q4wak2vfj7w9h";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
16 buildInputs = [ glib ];
19 homepage = "https://github.com/clearlinux/psstop";
20 description = "Show processes' memory usage by looking into pss"; # upstream summary
21 license = licenses.gpl3;
22 maintainers = with maintainers; [ dtzWill ];
23 mainProgram = "psstop";