fd: improve robustness of build
This commit is contained in:
parent
120b5a2c31
commit
e4383ce1fb
@ -18,9 +18,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
preFixup = ''
|
preFixup = ''
|
||||||
installManPage "$src/doc/fd.1"
|
installManPage "$src/doc/fd.1"
|
||||||
|
|
||||||
(cd target/release/build/fd-find-*/out
|
installShellCompletion $releaseDir/build/fd-find-*/out/fd.{bash,fish}
|
||||||
installShellCompletion fd.{bash,fish}
|
installShellCompletion --zsh $releaseDir/build/fd-find-*/out/_fd
|
||||||
installShellCompletion --zsh _fd)
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user