gnu: raspi-arm64-chainloader: End phase in #t.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t.master
parent
b522686ee4
commit
a1721d4342
|
@ -233,5 +233,6 @@ Raspberry Pi. Note: It does not work on Raspberry Pi 1.")
|
|||
(mkdir-p libexec)
|
||||
(install-file "arm64.elf" libexec)
|
||||
(install-file "arm64.map" libexec)
|
||||
(install-file "arm64.bin" libexec)))))))))
|
||||
(install-file "arm64.bin" libexec)
|
||||
#t))))))))
|
||||
(supported-systems '("aarch64-linux"))))
|
||||
|
|
Reference in New Issue