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