mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: make-opensbi-package: Set target to #false.
* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Set target to #false.
This commit is contained in:
parent
af89b109db
commit
faeebdc37e
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
|||
(list python)))
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:target #f ; Package produces firmware.
|
||||
#:make-flags (list (string-append "PLATFORM=" ,platform)
|
||||
,@(if (and (not (string-prefix? "riscv64"
|
||||
(%current-system)))
|
||||
|
|
Loading…
Reference in a new issue