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:
parent
24b8839163
commit
17bf4b1e80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user