diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-28 19:14:24 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-04 10:29:10 +0100 |
| commit | ded4b391dc3c7af8d8369eb5a7b23cd6c62c7b85 (patch) | |
| tree | 2aa35ccd3fb1e466b0903d1e06915ec986911a37 /gnu | |
| parent | 7e6f88b3821c3f10faf0cde6ead682be4e5e1f24 (diff) | |
gnu: py-spy: Fix bash completions path.
* gnu/packages/rust-apps.scm (py-spy)[arguments]: Fix
’install-shell-completions #:phase.
Change-Id: Ia27415ddc14295f2bab18ef43ed4162a778dbf38
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 55e7f0c04e9..071c75ec3b9 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -2090,7 +2090,7 @@ decompressing files and directories.") (let* ((out (assoc-ref outputs "out")) (share (string-append out "/share")) (bash-completions-dir - (string-append out "/etc/bash_completion.d/")) + (string-append out "/share/bash-completion/completions")) (zsh-completions-dir (string-append share "/zsh/site-functions")) (fish-completions-dir |
