gnu: efibootmgr: Don't use NAME in source URI.
* gnu/packages/linux.scm (efibootmgr)[source](uri): Hard-code NAME.
This commit is contained in:
parent
a27ca96f10
commit
30559d8ffd
@ -4121,8 +4121,8 @@ interface to the variable facility of UEFI boot firmware.")
|
||||
(version "16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/rhinstaller/" name
|
||||
"/releases/download/" version "/" name
|
||||
(uri (string-append "https://github.com/rhinstaller/efibootmgr"
|
||||
"/releases/download/" version "/efibootmgr"
|
||||
"-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
Loading…
Reference in New Issue
Block a user