me
/
guix
Archived
1
0
Fork 0

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
Danny Milosavljevic 2020-10-29 16:26:50 +01:00
parent a1721d4342
commit 5796a6abb1
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 0 additions and 1 deletions

View File

@ -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)