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>master
parent
9a60894156
commit
af181ac5d1
|
@ -99,6 +99,10 @@
|
|||
(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"))
|
||||
|
|
Reference in New Issue