guix-commits
[Top][All Lists]
Advanced

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

50/145: gnu: gusb: Add python to native inputs.


From: guix-commits
Subject: 50/145: gnu: gusb: Add python to native inputs.
Date: Mon, 10 Jan 2022 11:44:07 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 410abd073facf6849153cdf3799fe481f3a6fcd0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 23:32:00 2021 -0500

    gnu: gusb: Add python to native inputs.
    
    Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
    propagates Python.
    
    * gnu/packages/gnome.scm (gusb)[native-inputs]: Add python.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8b7f855242..ff493d3850 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6626,7 +6626,7 @@ DAV, and others.")
                    "-Dvapi=false")
                  '()))))
     (native-inputs
-     (list gobject-introspection pkg-config vala))
+     (list gobject-introspection pkg-config python vala))
     (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]