3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: android-udev-rules: Use GIT-FILE-NAME.

* gnu/packages/android.scm (android-udev-rules)[source]: Use GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 18:55:24 +01:00
parent b7db2c6602
commit 105b5e1630
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -681,7 +681,7 @@ file system.")
(uri (git-reference
(url "https://github.com/M0Rf30/android-udev-rules")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32 "0x2f2sv0x0ry7kccp47s0hlxps3hbpg37dj3xjjgpdm5hmn2cjq3"))))
(build-system trivial-build-system)