mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
b84a6cd08c
commit
03ce4e2c13
1 changed files with 1 additions and 0 deletions
|
@ -534,6 +534,7 @@ (define-public seabios
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue