gnu: hidapi: Declare a source file-name.
* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.
This commit is contained in:
parent
2d4b248857
commit
a6b937b329
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ devices.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/libusb/hidapi.git")
|
(url "https://github.com/libusb/hidapi.git")
|
||||||
(commit (string-append "hidapi-" version))))
|
(commit (string-append "hidapi-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"))))
|
(base32 "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue