git-sync: Wrap both binaries
(cherry picked from commit 633993eee29d4a0092ea12b58741c108718a7308)
This commit is contained in:
parent
a996e2ce32
commit
ef37ea7fe8
@ -31,8 +31,13 @@ stdenv.mkDerivation rec {
|
||||
fixupPhase = ''
|
||||
patchShebangs $out/bin
|
||||
|
||||
wrap_path="${wrapperPath}":$out/bin
|
||||
|
||||
wrapProgram $out/bin/git-sync \
|
||||
--prefix PATH : "${wrapperPath}"
|
||||
--prefix PATH : $wrap_path
|
||||
|
||||
wrapProgram $out/bin/git-sync-on-inotify \
|
||||
--prefix PATH : $wrap_path
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user