gnu: usbutils: Fix broken lsusb.py.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 8 May 2019 22:55:28 +0000 (00:55 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 8 May 2019 23:14:55 +0000 (01:14 +0200)
* gnu/packages/linux.scm (usbutils)[inputs]: Add python.

gnu/packages/linux.scm

index 2a07188..d7d9b46 100644 (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)