gnu: make-u-boot-package: Improve error handling.

* gnu/packages/bootloaders.scm (make-u-boot-package): Improve error handling.
master
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
1 changed files with 1 additions and 1 deletions

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"))