gnu: usbutils: Fix broken lsusb.py.
* gnu/packages/linux.scm (usbutils)[inputs]: Add python.
This commit is contained in:
parent
5b26635893
commit
a6592732cf
@ -837,8 +837,9 @@ slabtop, and skill.")
|
|||||||
(("^\\./configure.*") ""))
|
(("^\\./configure.*") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)
|
`(("eudev" ,eudev)
|
||||||
("eudev" ,eudev)))
|
("libusb" ,libusb)
|
||||||
|
("python" ,python)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user