Skip to content

Commit

Permalink
Missing gitwatch runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roomcays authored Jan 16, 2025
1 parent c4bb81e commit c25bf80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/by-name/gi/gitwatch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
makeWrapper,
fetchFromGitHub,

coreutils,
git,
gnugrep,
gnused,
openssh,
inotify-tools,
}:
Expand Down Expand Up @@ -41,7 +44,10 @@ runCommand "gitwatch"
wrapProgram $dest \
--prefix PATH ';' ${
lib.makeBinPath [
coreutils
git
gnugrep
gnused
inotify-tools
openssh
]
Expand Down

0 comments on commit c25bf80

Please sign in to comment.