all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73208] [PATCH] gnu: pass-age: Update shell completion directories.
@ 2024-09-12 18:43 Efraim Flashner
  0 siblings, 0 replies; only message in thread
From: Efraim Flashner @ 2024-09-12 18:43 UTC (permalink / raw)
  To: 73208; +Cc: Efraim Flashner

* gnu/packages/password-utils.scm (pass-age)[arguments]: Adjust the
install-plan to adjust the shell completion directories.

Change-Id: I5153dd4c9e88d05c22f4ddda135704a7bfe3cc81
---
 gnu/packages/password-utils.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bba99476386..dcd155835ad 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -795,9 +795,11 @@ (define-public pass-age
        #:install-plan
        '(("src/passage" "/bin/")
          ("src/completion/pass.bash-completion"
-          "/share/bash-completion/completions/")
+          "/etc/bash-completion.d/passage")
+         ("src/completion/pass.fish-completion"
+          "/share/fish/vendor_completions.d/passage")
          ("src/completion/pass.zsh-completion"
-          "/share/zsh/site-functions/"))))
+          "/share/zsh/site-functions/_passage"))))
     (inputs
      (list age age-keygen coreutils-minimal git-minimal
            procps qrencode sed tree util-linux))

base-commit: 17bf4b1e80293864be329f553fb672c72a53e7fc
-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-12 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 18:43 [bug#73208] [PATCH] gnu: pass-age: Update shell completion directories Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.