mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add libusb-next.
* gnu/packages/libusb.scm (libusb-next): New variable. Change-Id: I12fbb6ee2fbefa7dac294d8cc991bb0679795987 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
e5dce117a2
commit
3d4689a240
@@ -92,6 +92,20 @@
|
||||
devices on various operating systems.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public libusb-next
|
||||
(package
|
||||
(inherit libusb)
|
||||
(name "libusb-next")
|
||||
(version "1.0.29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/libusb/libusb/"
|
||||
"releases/download/v" version
|
||||
"/libusb-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "118alz1rzqp6qaq486wn5hygs27qnc38rm4vxb69a4wd1yazqxsr"))))))
|
||||
|
||||
(define-public libusb-compat
|
||||
(package
|
||||
(name "libusb-compat")
|
||||
|
||||
Reference in New Issue
Block a user