mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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 @@ (define-public efibootmgr
|
|||
(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