3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Danny Milosavljevic 2018-06-22 23:40:54 +02:00
parent 1829f7efdd
commit bdd235b30b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -500,7 +500,7 @@ board-independent tools.")))
(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"))