mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ath9k-htc-firmware: Remove binary blobs.
* gnu/packages/firmware.scm (ath9k-htc-firmware) <source>: Add snippet to remove bundled binary files. Change-Id: I2f0592d03039ff9d5a5f3a79b0c62566164f3762 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9a60894156
commit
af181ac5d1
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ (define-public ath9k-htc-firmware
|
|||
(uri (git-reference
|
||||
(url "https://github.com/qca/open-ath9k-htc-firmware")
|
||||
(commit version)))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Delete binary blobs.
|
||||
#~(for-each delete-file (find-files "." "\\.(a|o)$")))
|
||||
(sha256
|
||||
(base32
|
||||
"16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23"))
|
||||
|
|
Loading…
Reference in a new issue