mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +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:
parent
b7db2c6602
commit
105b5e1630
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue