gitwatch: add missing runtime dependencies (#374343)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-19 02:19:58 +01:00
committed by GitHub
+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
]