me
/
guix
Archived
1
0
Fork 0

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
Jean-Pierre De Jesus DIAZ 2024-02-29 16:20:45 +01:00 committed by Ludovic Courtès
parent 9a60894156
commit af181ac5d1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -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"))