gnu: libusb4java: Declare a source file-name.
* gnu/packages/libusb.scm (libusb4java)[source]: Declare a source file-name.
This commit is contained in:
parent
307856cdfa
commit
8cf57bc1c6
|
@ -124,6 +124,7 @@ version of libusb to run with newer libusb.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/usb4java/libusb4java.git")
|
(url "https://github.com/usb4java/libusb4java.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wqgapalhfh9v38ycbl6i2f5lh1wpr6fzwn5dwd0rdacypkd1gml"))))
|
"0wqgapalhfh9v38ycbl6i2f5lh1wpr6fzwn5dwd0rdacypkd1gml"))))
|
||||||
|
|
Loading…
Reference in New Issue