GNU bug report logs - #72431
[PATCH] gnu: pass-age: Wrap with coreutils-minimal.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72431 in the body.
You can then email your comments to 72431 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72431; Package guix-patches. (Fri, 02 Aug 2024 23:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 02 Aug 2024 23:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: pass-age: Wrap with coreutils-minimal.
Date: Sat,  3 Aug 2024 01:03:52 +0200
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#72431; Package guix-patches. (Fri, 06 Sep 2024 12:19:02 GMT) Full text and rfc822 format available.

Message #8 received at 72431 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 72431 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH v2] gnu: pass-age: Wrap with coreutils-minimal.
Date: Fri,  6 Sep 2024 11:52:49 +0200
* 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 12 Sep 2024 17:15:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Thu, 12 Sep 2024 17:15:02 GMT) Full text and rfc822 format available.

Message #13 received at 72431-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 72431-done <at> debbugs.gnu.org
Subject: Re: [bug#72431] [PATCH v2] gnu: pass-age: Wrap with coreutils-minimal.
Date: Thu, 12 Sep 2024 19:13:52 +0200
Nicolas Graves <ngraves <at> 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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 11 Oct 2024 11:24:06 GMT) Full text and rfc822 format available.

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.