fd: remove unnecessary reference to $src

This commit is contained in:
zowoq 2020-09-22 12:26:12 +10:00
parent 1a3b6ccf66
commit b531e65954

View File

@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];
preFixup = ''
installManPage "$src/doc/fd.1"
installManPage doc/fd.1
installShellCompletion $releaseDir/build/fd-find-*/out/fd.{bash,fish}
installShellCompletion --zsh $releaseDir/build/fd-find-*/out/_fd