mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: make-u-boot-package: Improve error handling.
* gnu/packages/bootloaders.scm (make-u-boot-package): Improve error handling.
This commit is contained in:
parent
1829f7efdd
commit
bdd235b30b
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ (define-public (make-u-boot-package board triplet)
|
|||
(string-drop-right file-name
|
||||
suffix-len))))
|
||||
(sort entries string-ci<)))
|
||||
#f)))))
|
||||
(error "Invalid boardname ~s." ,board))))))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue