me
/
guix
Archived
1
0
Fork 0

gnu: gusb: Add python to native inputs.

Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.

* gnu/packages/gnome.scm (gusb)[native-inputs]: Add python.
master
Maxim Cournoyer 2021-12-18 23:32:00 -05:00
parent 5c3d2db4fd
commit 8b1a6ee69d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -6625,7 +6625,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))