mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue