From a477e1c05cc42e0d5e7ffe58c4d80d9e687e1026 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 27 Feb 2025 12:31:21 +0000 Subject: [PATCH] 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 --- gnu/packages/password-utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 78154b967c7..74967794f63 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -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")