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