gnu: pass-age: Wrap with coreutils-minimal.

* 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 <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2024-09-06 11:52:49 +02:00 committed by Ludovic Courtès
parent 24b8839163
commit 17bf4b1e80
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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