guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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