mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: py-spy: Fix bash completions path.
* gnu/packages/rust-apps.scm (py-spy)[arguments]: Fix ’install-shell-completions #:phase. Change-Id: Ia27415ddc14295f2bab18ef43ed4162a778dbf38
This commit is contained in:
parent
7e6f88b382
commit
ded4b391dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue