gnu: b4: Enable patch attestation.

* gnu/packages/version-control.scm (b4) [propagated-inputs]: Add patatt.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Kyle Meyer 2022-05-22 18:28:07 -04:00 committed by Ludovic Courtès
parent c7b6256554
commit ca53f7eb1d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2620,6 +2620,8 @@ (define-public b4
(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