gnu: usbutils: Fix broken lsusb.py.
* gnu/packages/linux.scm (usbutils)[inputs]: Add python.
This commit is contained in:
parent
5b26635893
commit
a6592732cf
1 changed files with 3 additions and 2 deletions
|
@ -837,8 +837,9 @@ (define-public usbutils
|
|||
(("^\\./configure.*") ""))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("libusb" ,libusb)
|
||||
("eudev" ,eudev)))
|
||||
`(("eudev" ,eudev)
|
||||
("libusb" ,libusb)
|
||||
("python" ,python)))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue