guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: libqmi: Don't use NAME in source URI.


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

mbakke pushed a commit to branch master
in repository guix.

commit 6c5101f8b6d365fb03716f5a487a0e17cbb0307a
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 16:46:28 2019 +0100

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

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 7c497cc..72f75b2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -768,8 +768,8 @@ which speak the Mobile Interface Broadband Model (MBIM) 
protocol.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://www.freedesktop.org/software/"; name "/"
-                    name "-" version ".tar.xz"))
+                    "https://www.freedesktop.org/software/libqmi/";
+                    "libqmi-" version ".tar.xz"))
               (sha256
                (base32
                 "05xamy608mhvmw9zbnv9n8w3xpk96n10v5mixnvpnqgih6s9ih91"))))



reply via email to

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