me
/
guix
Archived
1
0
Fork 0

gnu: ath9k-htc-firmware: Don't build for a specific target.

* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Set target
to #f since we're building firmware files.
Efraim Flashner 2023-10-19 11:32:41 +03:00
parent 330b94e8bd
commit 2fd00e1cd1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions
gnu/packages

View File

@ -105,7 +105,8 @@
"ath9k-htc-firmware-gcc-compat.patch"))))
(build-system gnu-build-system)
(arguments
'(#:phases
'(#:target #f ; Package produces firmware.
#:phases
(modify-phases %standard-phases
(add-before 'configure 'pre-configure
(lambda* (#:key inputs native-inputs #:allow-other-keys)