me
/
guix
Archived
1
0
Fork 0

gnu: make-opensbi-package: Adjust installed files.

* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Adjust
custom 'install phase to install more files.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
master
Efraim Flashner 2021-08-31 10:28:34 +03:00 committed by Vagrant Cascadian
parent c189dcd667
commit a2e580f498
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ broadband modem as found, for example, on PinePhone.")
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(bin (find-files "." ".*fw_.*.elf$")))
(bin (find-files "." "fw_.*\\.(elf|bin)$")))
(for-each
(lambda (file)
(install-file file out))