Skip to content

Commit 5cd068d

Browse files
authored
paru: correct shell completion file names (NixOS#390016)
2 parents acf9c6a + f7a1122 commit 5cd068d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pa/paru/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ rustPlatform.buildRustPackage rec {
5353

5454
postInstall = ''
5555
installManPage man/paru.8 man/paru.conf.5
56-
installShellCompletion --bash completions/bash
57-
installShellCompletion --fish completions/fish
58-
installShellCompletion --zsh completions/zsh
56+
installShellCompletion --name paru.bash --bash completions/bash
57+
installShellCompletion --name paru.fish --fish completions/fish
58+
installShellCompletion --name _paru --zsh completions/zsh
5959
cp -r locale "$out/share/"
6060
'';
6161

0 commit comments

Comments
 (0)