mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
paru: correct shell completion file names (#390016)
This commit is contained in:
commit
5cd068d37b
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
postInstall = ''
|
||||
installManPage man/paru.8 man/paru.conf.5
|
||||
installShellCompletion --bash completions/bash
|
||||
installShellCompletion --fish completions/fish
|
||||
installShellCompletion --zsh completions/zsh
|
||||
installShellCompletion --name paru.bash --bash completions/bash
|
||||
installShellCompletion --name paru.fish --fish completions/fish
|
||||
installShellCompletion --name _paru --zsh completions/zsh
|
||||
cp -r locale "$out/share/"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue