gnu: password-store: Fix bash completions path.

* gnu/packages/password-utils.scm (password-store)[arguments]:
Update #:make-flags.

Change-Id: I47cc1da0c63fde1a61f0de6610ce8f3f72486ee4
This commit is contained in:
Cayetano Santos 2025-11-28 19:54:01 +01:00
parent 86ec8575c8
commit 10e164898e
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -868,7 +868,8 @@ any X11 window.")
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "PREFIX=" #$output)
"WITH_ALLCOMP=yes"
(string-append "BASHCOMPDIR=" #$output "/etc/bash_completion.d"))
(string-append "BASHCOMPDIR="
#$output "/share/bash-completion/completions"))
;; Parallel tests may cause a race condition leading to a
;; timeout in some circumstances.
#:parallel-tests? #f