gnu: libusb4java: Declare a source file-name.

* gnu/packages/libusb.scm (libusb4java)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 20:07:51 +02:00
parent 307856cdfa
commit 8cf57bc1c6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -124,6 +124,7 @@ (define-public libusb4java
(uri (git-reference
(url "https://github.com/usb4java/libusb4java.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0wqgapalhfh9v38ycbl6i2f5lh1wpr6fzwn5dwd0rdacypkd1gml"))))