me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-02-07 14:16:11 +02:00
parent b84a6cd08c
commit 03ce4e2c13
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

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