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:
Cayetano Santos 2025-11-27 09:28:48 +01:00
parent fbba5ae331
commit 7e6f88b382
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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