gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[chdir]: Remove unnecessary copy-file call.master
parent
a1721d4342
commit
5796a6abb1
|
@ -224,7 +224,6 @@ Raspberry Pi. Note: It does not work on Raspberry Pi 1.")
|
|||
"CFLAGS = -I../common -I../common/include -I../notc/include -I.. -DBAREMETAL")
|
||||
(("-lcommon")
|
||||
"-L../common -L../notc -lcommon"))
|
||||
(copy-file "../common/hardware.h" "hardware.h")
|
||||
#t))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Reference in New Issue