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

View file

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