mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: hidapi: Declare a source file-name.
* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.
This commit is contained in:
@@ -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
Block a user