guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: u-boot: Remove surplus flag in 'install phase.


From: Efraim Flashner
Subject: 02/02: gnu: u-boot: Remove surplus flag in 'install phase.
Date: Fri, 2 Feb 2018 05:18:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 9b94ced45c37ec1ccd25dd1f232989d2bd90e95b
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 31 20:07:45 2018 +0200

    gnu: u-boot: Remove surplus flag in 'install phase.
    
    * gnu/packages/bootloaders.scm (u-boot)[arguments]: Remove 'make-flags
    key from custom 'install phase.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index f2e45ed..498b807 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -401,7 +401,7 @@ also initializes the boards (RAM etc).")
                                                                  
suffix-len))))))
                        #f)))))
            (replace 'install
-             (lambda* (#:key outputs make-flags #:allow-other-keys)
+             (lambda* (#:key outputs #:allow-other-keys)
                (let* ((out (assoc-ref outputs "out"))
                       (libexec (string-append out "/libexec"))
                       (uboot-files (append



reply via email to

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