7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "ColinIanKing";
15 hash = "sha256-UGww0/m+JMftQyAguc8UpPrtIphjCq9TINabFaAKN0A=";
19 "BINDIR=${placeholder "out"}/bin"
20 "MANDIR=${placeholder "out"}/share/man/man8"
21 "BASHDIR=${placeholder "out"}/share/bash-completion/completions"
25 description = "File activity monitoring tool";
26 mainProgram = "fnotifystat";
27 homepage = "https://github.com/ColinIanKing/fnotifystat";
28 license = licenses.gpl2Plus;
29 platforms = platforms.linux;
30 maintainers = with maintainers; [ womfoo ];