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.
This commit is contained in:
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

View file

@ -105,7 +105,8 @@ (define-public ath9k-htc-firmware
"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)