guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: usbutils: Fix broken lsusb.py.


From: guix-commits
Subject: 02/03: gnu: usbutils: Fix broken lsusb.py.
Date: Wed, 8 May 2019 19:15:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a6592732cfcc26d0f7ebbc05a3f63a3d72101a79
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 9 00:55:28 2019 +0200

    gnu: usbutils: Fix broken lsusb.py.
    
    * gnu/packages/linux.scm (usbutils)[inputs]: Add python.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a07188..d7d9b46 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]