~ruther/guix-local

eed9c722c570cd44e0af2baedf3026bdcbc3ebea — Cayetano Santos 2 months ago ded4b39
gnu: zoxide: Fix bash completions path.

* gnu/packages/rust-apps.scm (zoxide)[arguments]: Fix
’install-more #:phase.

Change-Id: Ie8fd1876346b3d203c00519191085f2b031e2214
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/rust-apps.scm
M gnu/packages/rust-apps.scm => gnu/packages/rust-apps.scm +2 -1
@@ 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