1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 20:14:04 +02:00

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.
This commit is contained in:
Efraim Flashner
2023-02-07 14:16:11 +02:00
parent b84a6cd08c
commit 03ce4e2c13
+1
View File
@@ -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