guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: raspi-arm64-chainloader: Remove unnecessary


From: guix-commits
Subject: branch master updated: gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call.
Date: Thu, 29 Oct 2020 11:29:30 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5796a6a  gnu: raspi-arm64-chainloader: Remove unnecessary internal 
copy-file call.
5796a6a is described below

commit 5796a6abb117ff01905e772a2ea0163d389e05f0
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Oct 29 16:26:50 2020 +0100

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

diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index 3138774..7700c26 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]