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

* gnu/packages/libusb.scm (libusb-compat)[source]: Hard-code NAME.
master
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
1 changed files with 3 additions and 3 deletions

View File

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