guix-commits
[Top][All Lists]
Advanced

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

20/150: gnu: gusb-minimal: Add explicit dependency on setuptools.


From: guix-commits
Subject: 20/150: gnu: gusb-minimal: Add explicit dependency on setuptools.
Date: Sun, 24 Apr 2022 05:12:17 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 1722439a0082caa4742520bb80ecdedd01eae5be
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Nov 27 16:50:12 2021 +0100

    gnu: gusb-minimal: Add explicit dependency on setuptools.
    
    * gnu/packages/gnome.scm (gusb-minimal)[native-inputs]: Add
    python-setuptools.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a55c54e8cb..ca7a98f7a1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -184,6 +184,7 @@
   #:use-module (gnu packages protobuf)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-crypto)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages python-xyz)
@@ -6650,7 +6651,7 @@ DAV, and others.")
                    "-Dvapi=false")
                  '()))))
     (native-inputs
-     (list gobject-introspection pkg-config python vala))
+     (list gobject-introspection pkg-config python vala python-setuptools))
     (propagated-inputs
      ;; Both of these are required by gusb.pc.
      (list glib libusb))



reply via email to

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