efraim pushed a commit to branch master
in repository guix.
commit cc588fb854ec5fb3ed6ae3bbcdaa5adfd3ed85a2
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 7 14:17:55 2023 +0200
gnu: sgabios: Don't build for a specific target.
* gnu/packages/firmware.scm (sgabios)[arguments]: Set target to #f since
we're building 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 fa99306abc..23975c72e8 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -706,6 +706,7 @@ coreboot.")
"HOSTCC=gcc")
#:parallel-build? #f
#:tests? #f ;no tests
+ #:target #f ; Package produces firmware.
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'build-reproducibly