mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: git-delta: Fix bash completions path.
* gnu/packages/rust-apps.scm (git-delta)[arguments]: Fix ’install-extras #:phase. . Change-Id: I2565f1d56a48a856555cc67d62308963201454e9
This commit is contained in:
parent
83d6689148
commit
fbba5ae331
1 changed files with 1 additions and 1 deletions
|
|
@ -3828,7 +3828,7 @@ It will then write @code{fixup!} commits for each of those changes.")
|
|||
(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