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
parent
71b8707100
commit
699aef4bc6
|
@ -429,7 +429,7 @@ provide OpenFirmware functionality on top of an already running system.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/riscv-software-src/opensbi")
|
(url "https://github.com/riscv-software-src/opensbi")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "opensbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xlnhl965286kvizyjm571qbhj3l5n71a02dmbmgxzcqapzgi9wk"))))
|
(base32 "0xlnhl965286kvizyjm571qbhj3l5n71a02dmbmgxzcqapzgi9wk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in New Issue