mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
86ec8575c8
commit
10e164898e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue