guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/18: gnu: b4: Enable patch attestation.


From: guix-commits
Subject: 15/18: gnu: b4: Enable patch attestation.
Date: Mon, 23 May 2022 10:26:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ca53f7eb1d85226a00e98006ff787d508da2b04a
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Sun May 22 18:28:07 2022 -0400

    gnu: b4: Enable patch attestation.
    
    * gnu/packages/version-control.scm (b4) [propagated-inputs]: Add patatt.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/version-control.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 43ae1eec46..5badc28fc5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2620,6 +2620,8 @@ email header.")
                (delete 'sanity-check))))
     (inputs
      (list python-dkimpy python-dnspython python-requests))
+    (propagated-inputs
+     (list patatt))
     (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git";)
     (synopsis "Tool for working with patches in public-inbox archives")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]