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>
This commit is contained in:
Cayetano Santos 2025-06-24 09:23:45 +02:00 committed by Sharlatan Hellseher
parent b46e2f8012
commit 04d8217436
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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