6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-5Ju9g7/B9uxLkQzV/MN3vBkjve4EAMseO6K4HTAoS/o=";
20 install -Dm755 bin/whatfiles $out/bin/whatfiles
26 description = "Log what files are accessed by any Linux process";
27 homepage = "https://github.com/spieglt/whatfiles";
28 license = licenses.gpl3Only;
29 maintainers = with maintainers; [ azahi ];
30 platforms = platforms.linux;
31 mainProgram = "whatfiles";