me
/
guix
Archived
1
0
Fork 0

gnu: opensbi: Use the same source file name regardless of variant.

* gnu/packages/firmware.scm (make-opensbi-package)[source](file-name): Don't
use the NAME variable which changes depending on the variant.
master
Marius Bakke 2022-12-25 12:44:49 +01:00
parent 71b8707100
commit 699aef4bc6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ provide OpenFirmware functionality on top of an already running system.")
(uri (git-reference
(url "https://github.com/riscv-software-src/opensbi")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(file-name (git-file-name "opensbi" version))
(sha256
(base32 "0xlnhl965286kvizyjm571qbhj3l5n71a02dmbmgxzcqapzgi9wk"))))
(build-system gnu-build-system)