fd: improve robustness of build

This commit is contained in:
Cole Helbling
2020-04-12 14:06:08 -07:00
parent 120b5a2c31
commit e4383ce1fb
+2 -3
View File
@@ -18,9 +18,8 @@ rustPlatform.buildRustPackage rec {
preFixup = ''
installManPage "$src/doc/fd.1"
(cd target/release/build/fd-find-*/out
installShellCompletion fd.{bash,fish}
installShellCompletion --zsh _fd)
installShellCompletion $releaseDir/build/fd-find-*/out/fd.{bash,fish}
installShellCompletion --zsh $releaseDir/build/fd-find-*/out/_fd
'';
meta = with lib; {