From 17bf4b1e80293864be329f553fb672c72a53e7fc Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 6 Sep 2024 11:52:49 +0200 Subject: gnu: pass-age: Wrap with coreutils-minimal. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/password-utils.scm (pass-age): [arguments]<#:phases>: Add coreutils-minimal bin path to PATH. [inputs]: Replace git by git-minimal. Add coreutils-minimal. Change-Id: I320adc9f412aa493a3bc83298f5d7ebe3d589458 Signed-off-by: Ludovic Courtès --- gnu/packages/password-utils.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/password-utils.scm') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index dc2ee27e29..bba9947638 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -785,6 +785,7 @@ through the pass command.") (map (cut search-input-file inputs <>) (list "bin/age" "bin/age-keygen" + "bin/cat" "bin/getopt" "bin/git" "bin/pkill" @@ -798,7 +799,8 @@ through the pass command.") ("src/completion/pass.zsh-completion" "/share/zsh/site-functions/")))) (inputs - (list age age-keygen bash-minimal git procps qrencode sed tree util-linux)) + (list age age-keygen coreutils-minimal git-minimal + 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 -- cgit v1.2.3