guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: efibootmgr: Don't use NAME in source URI.


From: guix-commits
Subject: 01/08: gnu: efibootmgr: Don't use NAME in source URI.
Date: Fri, 1 Mar 2019 11:32:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 30559d8ffd901e3341987d1566a2772553f792ec
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 16:37:31 2019 +0100

    gnu: efibootmgr: Don't use NAME in source URI.
    
    * gnu/packages/linux.scm (efibootmgr)[source](uri): Hard-code NAME.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b0d705a..12cdc96 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]