gnu: u-boot-tools: Simplify build.
* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]<#:phases>[build]: Modify.
This commit is contained in:
parent
10186ee2d3
commit
9e84a4d6a5
1 changed files with 1 additions and 3 deletions
|
@ -425,9 +425,7 @@ (define-public u-boot-tools
|
|||
(apply invoke "make" "tools_defconfig" make-flags)))
|
||||
(replace 'build
|
||||
(lambda* (#:key inputs make-flags #:allow-other-keys)
|
||||
(apply invoke "make" "tools-only" make-flags)
|
||||
(apply invoke "make" "envtools" make-flags)
|
||||
(invoke "make" "-C" "tools" "sunxi-spl-image-builder")))
|
||||
(apply invoke "make" "tools-all" make-flags)))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue