gnu: openbios-qemu-ppc: Don't build for a specific target.

* gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: Set target
to #f since we're producing a firmware file and not a binary.
This commit is contained in:
Efraim Flashner 2023-02-07 13:31:18 +02:00
parent 6598e4c56b
commit b84a6cd08c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -419,6 +419,8 @@ (define-public openbios-qemu-ppc
(%current-target-system)))
"armhf-linux"
system))
;; No need to cross-compile, package produces reproducible firmware.
((#:target _ #f) #f)
((#:phases phases)
#~(modify-phases #$phases
(add-after 'install 'rename-executable