diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:19:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:54 -0400 |
commit | 7acc19900573ce14f6742fb86f1eadb29c6e3179 (patch) | |
tree | b5927cdf306be3f400bc5caeb623eaa0676e95f5 /gnu/packages/libusb.scm | |
parent | 23435f257027e681362c62da8d2d07c15cd3af4c (diff) | |
download | guix-7acc19900573ce14f6742fb86f1eadb29c6e3179.tar.gz |
gnu: Remove python2-hidapi.
* gnu/packages/libusb.scm (python2-hidapi): Delete variable.
Diffstat (limited to 'gnu/packages/libusb.scm')
-rw-r--r-- | gnu/packages/libusb.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index 8c34956fee..45cc2cda0d 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm @@ -621,6 +621,3 @@ HID-Class devices.") (license:non-copyleft "https://github.com/trezor/cython-hidapi/blob/master/LICENSE-orig.txt" "You are free to use cython-hidapi code for any purpose."))))) - -(define-public python2-hidapi - (package-with-python2 python-hidapi)) |