diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 18:55:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 20:09:29 +0100 |
commit | 105b5e1630a869aae701663e241d60e80fd845ea (patch) | |
tree | 370016fc32b4dda91da74d83075d45f8e7d407d5 /gnu | |
parent | b7db2c66027c6b1be8d1dbd879d282c01782128e (diff) | |
download | patches-105b5e1630a869aae701663e241d60e80fd845ea.tar patches-105b5e1630a869aae701663e241d60e80fd845ea.tar.gz |
gnu: android-udev-rules: Use GIT-FILE-NAME.
* gnu/packages/android.scm (android-udev-rules)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/android.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index 9f351c8773..e4dbade64c 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -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) |