gnu: ath9k-htc-firmware, b43-tools: Use git-file-name.
* gnu/packages/firmware.scm (ath9k-htc-firmware): Use git-file-name. (b43-tools): Likewise.
This commit is contained in:
parent
ec299312a0
commit
123334fadd
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23"))
|
"16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23"))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(patches (search-patches "ath9k-htc-firmware-objcopy.patch"))))
|
(patches (search-patches "ath9k-htc-firmware-objcopy.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -106,7 +106,7 @@ Linux-libre.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "http://git.bues.ch/git/b43-tools.git")
|
(url "http://git.bues.ch/git/b43-tools.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wgmj4d65izbhprwb5bcwimc2ryv19b9066lqzy4sa5m6wncm9cn"))))
|
"1wgmj4d65izbhprwb5bcwimc2ryv19b9066lqzy4sa5m6wncm9cn"))))
|
||||||
|
|
Reference in a new issue