~ruther/guix-local

a477e1c05cc42e0d5e7ffe58c4d80d9e687e1026 — Sharlatan Hellseher 1 year, 5 months ago 3f6eefd
gnu: pass-age: Adjust inputs.

Following up commit 05e0793479e09dc196070dd98dd273f094289356 where
age-keygen was merged with age.

* gnu/packages/password-utils.scm (pass-age): [inputs]: Remove
age-keygen.

Change-Id: I34f72ee8d18b7ddc86e5869075f63d7f4f4226ff
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/password-utils.scm
M gnu/packages/password-utils.scm => gnu/packages/password-utils.scm +1 -1
@@ 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")