Archived
1
0
Fork 0

gnu: libusb-compat: Don't use NAME in source URI.

* gnu/packages/libusb.scm (libusb-compat)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-30 20:56:07 +02:00
parent 8280e0864a
commit c9e37fe353
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -82,9 +82,9 @@ devices on various operating systems.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/libusb/" (uri (string-append "mirror://sourceforge/libusb/"
name "-" (version-major+minor version) "/" "libusb-compat-" (version-major+minor version) "/"
name "-" version "/" "libusb-compat-" version "/"
name "-" version ".tar.bz2")) "libusb-compat-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0nn5icrfm9lkhzw1xjvaks9bq3w6mjg86ggv3fn7kgi4nfvg8kj0")))) "0nn5icrfm9lkhzw1xjvaks9bq3w6mjg86ggv3fn7kgi4nfvg8kj0"))))