~ruther/guix-local

04d821743685b4d07f39c0622cb1b7e35f61a642 — Cayetano Santos 1 year, 2 days ago b46e2f8
gnu: pass-tomb: Correct completions path.

* gnu/packages/password-utils.scm (pass-tomb): Correct completions path.

Change-Id: I487b723e3e8f5616001d80491bf595c48b0a46e2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/password-utils.scm
M gnu/packages/password-utils.scm => gnu/packages/password-utils.scm +1 -1
@@ 1932,7 1932,7 @@ encryption algorithm if so desired.")
        #:make-flags
        #~(list (string-append "PREFIX=" #$output)
                (string-append "BASHCOMPDIR=" #$output
                               "/etc/bash_completion.d"))
                               "/share/bash-completion/completions"))
        #:test-target "tests"
        ;; tests are very dependent on system state (swap partition) and require
        ;; access to /tmp/zsh which is not in the build container.