gnu: u-boot: Remove surplus flag in 'install phase.
* gnu/packages/bootloaders.scm (u-boot)[arguments]: Remove 'make-flags key from custom 'install phase.
This commit is contained in:
parent
f8aa265e08
commit
9b94ced45c
|
@ -401,7 +401,7 @@ also initializes the boards (RAM etc).")
|
||||||
suffix-len))))))
|
suffix-len))))))
|
||||||
#f)))))
|
#f)))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs make-flags #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(libexec (string-append out "/libexec"))
|
(libexec (string-append out "/libexec"))
|
||||||
(uboot-files (append
|
(uboot-files (append
|
||||||
|
|
Loading…
Reference in New Issue