mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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