mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
a1721d4342
commit
5796a6abb1
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ (define-public raspi-arm64-chainloader
|
|||
"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)
|
||||
|
|
Loading…
Reference in a new issue