Message ID | 20240906095252.20900-1-ngraves@ngraves.fr |
---|---|
State | New |
Headers | show |
Series | [bug#72431,v2] gnu: pass-age: Wrap with coreutils-minimal. | expand |
Nicolas Graves <ngraves@ngraves.fr> skribis: > * 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 Applied, thanks!
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 @@ (define-public pass-age (map (cut search-input-file inputs <>) (list "bin/age" "bin/age-keygen" + "bin/cat" "bin/getopt" "bin/git" "bin/pkill" @@ -798,7 +799,8 @@ (define-public pass-age ("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