me
/
guix
Archived
1
0
Fork 0

gnu: hidapi: Declare a source file-name.

* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.
master
Efraim Flashner 2020-01-19 09:30:34 +02:00
parent 2d4b248857
commit a6b937b329
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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)