summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-11-27 09:28:48 +0100
committerCayetano Santos <csantosb@inventati.org>2025-12-04 10:29:10 +0100
commit7e6f88b3821c3f10faf0cde6ead682be4e5e1f24 (patch)
tree5bb98d79868738831314ea1700e53a38b3eec484 /gnu
parentfbba5ae3316a0de1b90a25e6253c03cde66af664 (diff)
gnu: ouch: Fix bash completions path.
* gnu/packages/rust-apps.scm (ouch)[arguments]: Fix ’install-extras #:phase. Change-Id: I8ad706968e8c20460b9070f902cb30cc79c9cf7a
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/rust-apps.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index da349f83b46..55e7f0c04e9 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -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