efraim pushed a commit to branch master
in repository guix.
commit 03ce4e2c13f13c8cb59e30fae995d7d95919dded
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 7 14:16:11 2023 +0200
gnu: seabios: Don't build for a specific target.
* gnu/packages/firmware.scm (seabios)[arguments]: Set target to #f since
we're producing a firmware file.
---
gnu/packages/firmware.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 080aaed55b..fa99306abc 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -534,6 +534,7 @@ executing in M-mode.")
(arguments
(list
#:tests? #f ;no tests
+ #:target #f ; Package produces firmware.
#:make-flags
;; If EXTRAVERSION is not set the build system will embed the current
;; date in binaries. Use this opportunity to personalize as recommended