mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: zoxide: Fix bash completions path.
* gnu/packages/rust-apps.scm (zoxide)[arguments]: Fix ’install-more #:phase. Change-Id: Ie8fd1876346b3d203c00519191085f2b031e2214
This commit is contained in:
parent
ded4b391dc
commit
eed9c722c5
1 changed files with 2 additions and 1 deletions
|
|
@ -4219,7 +4219,8 @@ It supports taxonomies, shortcodes, and live reloading.")
|
|||
(share (string-append out "/share"))
|
||||
(man1 (string-append share "/man/man1"))
|
||||
(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