diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-28 19:54:01 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-04 10:29:11 +0100 |
| commit | 10e164898e35b94ae348ca1779230f55e602c25d (patch) | |
| tree | 81b26242307aaa4a21756d178ef9a8b89bef4342 | |
| parent | 86ec8575c8c3181c935a8e8f067eb2ef11043882 (diff) | |
gnu: password-store: Fix bash completions path.
* gnu/packages/password-utils.scm (password-store)[arguments]:
Update #:make-flags.
Change-Id: I47cc1da0c63fde1a61f0de6610ce8f3f72486ee4
| -rw-r--r-- | gnu/packages/password-utils.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 49f4826cc83..d0ee25e0262 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -868,7 +868,8 @@ any X11 window.") | |||
| 868 | #~(list (string-append "CC=" #$(cc-for-target)) | 868 | #~(list (string-append "CC=" #$(cc-for-target)) |
| 869 | (string-append "PREFIX=" #$output) | 869 | (string-append "PREFIX=" #$output) |
| 870 | "WITH_ALLCOMP=yes" | 870 | "WITH_ALLCOMP=yes" |
| 871 | (string-append "BASHCOMPDIR=" #$output "/etc/bash_completion.d")) | 871 | (string-append "BASHCOMPDIR=" |
| 872 | #$output "/share/bash-completion/completions")) | ||
| 872 | ;; Parallel tests may cause a race condition leading to a | 873 | ;; Parallel tests may cause a race condition leading to a |
| 873 | ;; timeout in some circumstances. | 874 | ;; timeout in some circumstances. |
| 874 | #:parallel-tests? #f | 875 | #:parallel-tests? #f |
