mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ouch: Fix bash completions path.
* gnu/packages/rust-apps.scm (ouch)[arguments]: Fix ’install-extras #:phase. Change-Id: I8ad706968e8c20460b9070f902cb30cc79c9cf7a
This commit is contained in:
parent
fbba5ae331
commit
7e6f88b382
1 changed files with 1 additions and 1 deletions
|
|
@ -2038,7 +2038,7 @@ container management applications.")
|
|||
(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