Missing runtime dependencies for gitwatch

This commit is contained in:
RoomCays
2025-01-16 17:53:25 +01:00
committed by GitHub
parent 7679257874
commit 66e0c7a4e4
+6
View File
@@ -4,7 +4,10 @@
makeWrapper,
fetchFromGitHub,
coreutils,
git,
gnugrep,
gnused,
openssh,
inotify-tools,
}:
@@ -41,7 +44,10 @@ runCommand "gitwatch"
wrapProgram $dest \
--prefix PATH ';' ${
lib.makeBinPath [
coreutils
git
gnugrep
gnused
inotify-tools
openssh
]