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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user