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:
parent
6598e4c56b
commit
b84a6cd08c
1 changed files with 2 additions and 0 deletions
|
@ -419,6 +419,8 @@ provide OpenFirmware functionality on top of an already running system.")
|
||||||
(%current-target-system)))
|
(%current-target-system)))
|
||||||
"armhf-linux"
|
"armhf-linux"
|
||||||
system))
|
system))
|
||||||
|
;; No need to cross-compile, package produces reproducible firmware.
|
||||||
|
((#:target _ #f) #f)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(add-after 'install 'rename-executable
|
(add-after 'install 'rename-executable
|
||||||
|
|
Reference in a new issue