mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: pass-age: Add age-keygen to inputs.
* gnu/packages/password-utils.scm (pass-age)[inputs]: Add age-keygen. [arguments]: Wrap with it.
This commit is contained in:
parent
55c7b83b5a
commit
fa1cd5b31f
1 changed files with 2 additions and 1 deletions
|
@ -630,6 +630,7 @@ (define-public pass-age
|
|||
,(map dirname
|
||||
(map (cut search-input-file inputs <>)
|
||||
(list "bin/age"
|
||||
"bin/age-keygen"
|
||||
"bin/getopt"
|
||||
"bin/git"
|
||||
"bin/pkill"
|
||||
|
@ -643,7 +644,7 @@ (define-public pass-age
|
|||
("src/completion/pass.zsh-completion"
|
||||
"/share/zsh/site-functions/"))))
|
||||
(inputs
|
||||
(list age git procps qrencode sed tree util-linux))
|
||||
(list age age-keygen git procps qrencode sed tree util-linux))
|
||||
(home-page "https://github.com/FiloSottile/passage")
|
||||
(synopsis "Encrypted password manager")
|
||||
(description "This package provides an encrypted password manager, forked
|
||||
|
|
Loading…
Reference in a new issue