[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: ath9k-htc-firmware: Don't build for a specific target.
From: |
guix-commits |
Subject: |
01/02: gnu: ath9k-htc-firmware: Don't build for a specific target. |
Date: |
Thu, 19 Oct 2023 06:10:26 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2fd00e1cd19b8b98629f5d111c5da124d2be8bd4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 19 11:32:41 2023 +0300
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.
---
gnu/packages/firmware.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 1b08985bcd..a216553d46 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -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)