8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "ColinIanKing";
16 hash = "sha256-lCtXILpZn1/laRnsfE5DlQQQKKvfHxOJu87SkpWKeTE=";
19 buildInputs = [ ncurses ];
21 "BINDIR=${placeholder "out"}/bin"
22 "MANDIR=${placeholder "out"}/share/man/man8"
23 "BASHDIR=${placeholder "out"}/share/bash-completion/completions"
27 description = "Simple monitoring of system events";
28 mainProgram = "eventstat";
29 homepage = "https://github.com/ColinIanKing/eventstat";
30 license = licenses.gpl2Plus;
31 platforms = platforms.linux;