mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pass-age: Adjust inputs.
Following up commit 05e0793479
where
age-keygen was merged with age.
* gnu/packages/password-utils.scm (pass-age): [inputs]: Remove
age-keygen.
Change-Id: I34f72ee8d18b7ddc86e5869075f63d7f4f4226ff
This commit is contained in:
parent
3f6eefdcf2
commit
a477e1c05c
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ through the pass command.")
|
|||
("src/completion/pass.zsh-completion"
|
||||
"/share/zsh/site-functions/_passage"))))
|
||||
(inputs
|
||||
(list age age-keygen coreutils-minimal git-minimal
|
||||
(list age coreutils-minimal git-minimal
|
||||
procps qrencode sed tree util-linux))
|
||||
(home-page "https://github.com/FiloSottile/passage")
|
||||
(synopsis "Encrypted password manager")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue