1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Efraim Flashner
2023-10-22 20:32:27 +03:00
parent af89b109db
commit faeebdc37e

View File

@@ -523,6 +523,7 @@ provide OpenFirmware functionality on top of an already running system.")
(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)))