gnu: Remove python2-hidapi.

* gnu/packages/libusb.scm (python2-hidapi): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:19:24 -04:00
parent 23435f2570
commit 7acc199005
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -621,6 +621,3 @@ (define-public python-hidapi
(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))