mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: u-boot-tools: Delete trailing #t.
* gnu/packages/bootloaders.scm (u-boot-tools) [phases]: Delete trailing #t.
This commit is contained in:
parent
b0943d3d2e
commit
4a4f2d226e
1 changed files with 2 additions and 4 deletions
|
@ -728,8 +728,7 @@ (define-public u-boot-tools
|
|||
;; This test requires a sound system, which is un-used
|
||||
;; in u-boot-tools.
|
||||
(("CONFIG_SOUND=y") "CONFIG_SOUND=n")))
|
||||
(find-files "configs" "sandbox_.*defconfig$|tools-only_defconfig"))
|
||||
#t))
|
||||
(find-files "configs" "sandbox_.*defconfig$|tools-only_defconfig"))))
|
||||
(replace 'configure
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(apply invoke "make" "tools-only_defconfig" make-flags)))
|
||||
|
@ -754,8 +753,7 @@ (define-public u-boot-tools
|
|||
"tools/proftool"
|
||||
"tools/fdtgrep"
|
||||
"tools/env/fw_printenv"
|
||||
"tools/sunxi-spl-image-builder"))
|
||||
#t)))
|
||||
"tools/sunxi-spl-image-builder")))))
|
||||
(delete 'check)
|
||||
(add-after 'install 'check
|
||||
(lambda* (#:key make-flags test-target #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue