gnu: hidapi: Declare a source file-name.
* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.master
parent
2d4b248857
commit
a6b937b329
|
@ -532,6 +532,7 @@ devices.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/libusb/hidapi.git")
|
||||
(commit (string-append "hidapi-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Reference in New Issue