mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02: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 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue