1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

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
+1
View File
@@ -124,6 +124,7 @@ version of libusb to run with newer libusb.")
(uri (git-reference
(url "https://github.com/usb4java/libusb4java.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0wqgapalhfh9v38ycbl6i2f5lh1wpr6fzwn5dwd0rdacypkd1gml"))))