mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
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>
This commit is contained in:
parent
c189dcd667
commit
a2e580f498
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue