mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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 @@ (define-public ath9k-htc-firmware
|
|||
(sha256
|
||||
(base32
|
||||
"16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(patches (search-patches "ath9k-htc-firmware-objcopy.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -106,7 +106,7 @@ (define-public b43-tools
|
|||
(uri (git-reference
|
||||
(url "http://git.bues.ch/git/b43-tools.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wgmj4d65izbhprwb5bcwimc2ryv19b9066lqzy4sa5m6wncm9cn"))))
|
||||
|
|
Loading…
Reference in a new issue