GNU bug report logs -
#72431
[PATCH] gnu: pass-age: Wrap with coreutils-minimal.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 2 Aug 2024 23:07:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
---
gnu/packages/password-utils.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index b684eb60f3..b6f8dced2c 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -787,6 +787,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"
@@ -800,7 +801,8 @@ (define-public pass-age
("src/completion/pass.zsh-completion"
"/share/zsh/site-functions/"))))
(inputs
- (list age age-keygen 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
--
2.45.2
This bug report was last modified 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.