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.
parent
330b94e8bd
commit
2fd00e1cd1
|
@ -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)
|
||||
|
|
Reference in New Issue