From 5796a6abb117ff01905e772a2ea0163d389e05f0 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 29 Oct 2020 16:26:50 +0100 Subject: 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. --- gnu/packages/raspberry-pi.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm index 3138774cf2..7700c26d06 100644 --- a/gnu/packages/raspberry-pi.scm +++ b/gnu/packages/raspberry-pi.scm @@ -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) -- cgit v1.2.3