Skip to content

Commit

Permalink
Merge pull request #76744 from bdesham/fix-gitstatus-patch
Browse files Browse the repository at this point in the history
gitstatus: patch fewer lines
  • Loading branch information
infinisil authored Jan 1, 2020
2 parents 5355328 + 0542140 commit 59207c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation {

buildInputs = [ (callPackage ./romkatv_libgit2.nix {}) ];
patchPhase = ''
sed -i "s|local daemon.*|local daemon=$out/bin/gitstatusd|" gitstatus.plugin.zsh
sed -i "s|local daemon=.*|local daemon=$out/bin/gitstatusd|" gitstatus.plugin.zsh
'';
installPhase = ''
install -Dm755 gitstatusd $out/bin/gitstatusd
Expand Down

0 comments on commit 59207c0

Please sign in to comment.