[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: b4: Fix build.
From: |
guix-commits |
Subject: |
07/08: gnu: b4: Fix build. |
Date: |
Sat, 14 Dec 2024 14:51:29 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 07aced5c2ecb9fe894ba8b39497b05efd4245933
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 21:31:32 2024 +0200
gnu: b4: Fix build.
* gnu/packages/version-control.scm (b4)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Ib9406def598f4654f564286d47fe1821a712367f
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 2a2e83c50f..497d31cf73 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3250,7 +3250,7 @@ email header.")
python-dnspython
python-requests))
(native-inputs
- (list python-pytest))
+ (list python-pytest python-setuptools python-wheel))
(home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
(synopsis "Tool for working with patches in public-inbox archives")
(description
- branch master updated (e92b20a41a -> af027c815f), guix-commits, 2024/12/14
- 01/08: gnu: toot: Fix build., guix-commits, 2024/12/14
- 02/08: gnu: python-urwidgets: Update to 0.2.1., guix-commits, 2024/12/14
- 05/08: gnu: python-setuptools-scm-next: Fix build., guix-commits, 2024/12/14
- 04/08: gnu: vdirsyncer: Fix build., guix-commits, 2024/12/14
- 08/08: gnu: python-libvirt: Fix build., guix-commits, 2024/12/14
- 06/08: gnu: python-sip: Skip the test phase., guix-commits, 2024/12/14
- 07/08: gnu: b4: Fix build.,
guix-commits <=
- 03/08: gnu: python-icalendar: Fix build., guix-commits, 2024/12/14