gnu: usbutils: Fix broken lsusb.py.

* gnu/packages/linux.scm (usbutils)[inputs]: Add python.
master
Tobias Geerinckx-Rice 2019-05-09 00:55:28 +02:00
parent 5b26635893
commit a6592732cf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -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)