mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -785,6 +785,7 @@ through the pass command.")
|
||||||
(map (cut search-input-file inputs <>)
|
(map (cut search-input-file inputs <>)
|
||||||
(list "bin/age"
|
(list "bin/age"
|
||||||
"bin/age-keygen"
|
"bin/age-keygen"
|
||||||
|
"bin/cat"
|
||||||
"bin/getopt"
|
"bin/getopt"
|
||||||
"bin/git"
|
"bin/git"
|
||||||
"bin/pkill"
|
"bin/pkill"
|
||||||
|
@ -798,7 +799,8 @@ through the pass command.")
|
||||||
("src/completion/pass.zsh-completion"
|
("src/completion/pass.zsh-completion"
|
||||||
"/share/zsh/site-functions/"))))
|
"/share/zsh/site-functions/"))))
|
||||||
(inputs
|
(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")
|
(home-page "https://github.com/FiloSottile/passage")
|
||||||
(synopsis "Encrypted password manager")
|
(synopsis "Encrypted password manager")
|
||||||
(description "This package provides an encrypted password manager, forked
|
(description "This package provides an encrypted password manager, forked
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue