ripgrep: remove unnecessary reference to $src

gstqt5
zowoq 2020-09-22 12:26:12 +10:00
parent b531e65954
commit 1399f780bb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
installManPage $releaseDir/build/ripgrep-*/out/rg.1
installShellCompletion $releaseDir/build/ripgrep-*/out/rg.{bash,fish}
installShellCompletion --zsh "$src/complete/_rg"
installShellCompletion --zsh complete/_rg
'';
meta = with stdenv.lib; {