fd: improve robustness of build
This commit is contained in:
parent
120b5a2c31
commit
e4383ce1fb
1 changed files with 2 additions and 3 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue