* [bug#72431] [PATCH] gnu: pass-age: Wrap with coreutils-minimal.
@ 2024-08-02 23:03 Nicolas Graves via Guix-patches via
2024-09-06 9:52 ` [bug#72431] [PATCH v2] " Nicolas Graves via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-08-02 23:03 UTC (permalink / raw)
To: 72431; +Cc: ngraves
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#72431] [PATCH v2] gnu: pass-age: Wrap with coreutils-minimal.
2024-08-02 23:03 [bug#72431] [PATCH] gnu: pass-age: Wrap with coreutils-minimal Nicolas Graves via Guix-patches via
@ 2024-09-06 9:52 ` Nicolas Graves via Guix-patches via
2024-09-12 17:13 ` bug#72431: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-09-06 9:52 UTC (permalink / raw)
To: 72431; +Cc: ngraves
* 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 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
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#72431: [PATCH v2] gnu: pass-age: Wrap with coreutils-minimal.
2024-09-06 9:52 ` [bug#72431] [PATCH v2] " Nicolas Graves via Guix-patches via
@ 2024-09-12 17:13 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2024-09-12 17:13 UTC (permalink / raw)
To: Nicolas Graves; +Cc: 72431-done
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-12 17:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 23:03 [bug#72431] [PATCH] gnu: pass-age: Wrap with coreutils-minimal Nicolas Graves via Guix-patches via
2024-09-06 9:52 ` [bug#72431] [PATCH v2] " Nicolas Graves via Guix-patches via
2024-09-12 17:13 ` bug#72431: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.