gnu: pass-age: Add age-keygen to inputs.
* gnu/packages/password-utils.scm (pass-age)[inputs]: Add age-keygen. [arguments]: Wrap with it.master
parent
55c7b83b5a
commit
fa1cd5b31f
|
@ -630,6 +630,7 @@ through the pass command.")
|
||||||
,(map dirname
|
,(map dirname
|
||||||
(map (cut search-input-file inputs <>)
|
(map (cut search-input-file inputs <>)
|
||||||
(list "bin/age"
|
(list "bin/age"
|
||||||
|
"bin/age-keygen"
|
||||||
"bin/getopt"
|
"bin/getopt"
|
||||||
"bin/git"
|
"bin/git"
|
||||||
"bin/pkill"
|
"bin/pkill"
|
||||||
|
@ -643,7 +644,7 @@ through the pass command.")
|
||||||
("src/completion/pass.zsh-completion"
|
("src/completion/pass.zsh-completion"
|
||||||
"/share/zsh/site-functions/"))))
|
"/share/zsh/site-functions/"))))
|
||||||
(inputs
|
(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")
|
(home-page "https://github.com/FiloSottile/passage")
|
||||||
(synopsis "Encrypted password manager")
|
(synopsis "Encrypted password manager")
|
||||||
(description "This package provides an encrypted password manager, forked
|
(description "This package provides an encrypted password manager, forked
|
||||||
|
|
Reference in New Issue