1
0
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:
Efraim Flashner
2020-01-19 09:30:34 +02:00
parent 2d4b248857
commit a6b937b329
+1
View File
@@ -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)