mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: raspi-arm64-chainloader: End phase in #t.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t.
This commit is contained in:
parent
b522686ee4
commit
a1721d4342
1 changed files with 2 additions and 1 deletions
|
@ -233,5 +233,6 @@ Raspberry Pi. Note: It does not work on Raspberry Pi 1.")
|
||||||
(mkdir-p libexec)
|
(mkdir-p libexec)
|
||||||
(install-file "arm64.elf" libexec)
|
(install-file "arm64.elf" libexec)
|
||||||
(install-file "arm64.map" libexec)
|
(install-file "arm64.map" libexec)
|
||||||
(install-file "arm64.bin" libexec)))))))))
|
(install-file "arm64.bin" libexec)
|
||||||
|
#t))))))))
|
||||||
(supported-systems '("aarch64-linux"))))
|
(supported-systems '("aarch64-linux"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue