~ruther/guix-local

7e6f88b3821c3f10faf0cde6ead682be4e5e1f24 — Cayetano Santos 2 months ago fbba5ae
gnu: ouch: Fix bash completions path.

* gnu/packages/rust-apps.scm (ouch)[arguments]: Fix
’install-extras #:phase.

Change-Id: I8ad706968e8c20460b9070f902cb30cc79c9cf7a
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/rust-apps.scm
M gnu/packages/rust-apps.scm => gnu/packages/rust-apps.scm +1 -1
@@ 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