guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: telepathy-mission-control: Don't use NAME in source URI.


From: guix-commits
Subject: 01/03: gnu: telepathy-mission-control: Don't use NAME in source URI.
Date: Sun, 27 Oct 2019 18:46:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit da42873c18de50f8b3a66dbefd068bb0393667cc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 23:13:22 2019 +0100

    gnu: telepathy-mission-control: Don't use NAME in source URI.
    
    * gnu/packages/freedesktop.scm (telepathy-mission-control)[source]: 
Hard-code NAME.
---
 gnu/packages/freedesktop.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index cb308b7..96aab04 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1102,13 +1102,14 @@ messaging clients such as Empathy, GNOME Shell or KDE 
Telepathy.")
   (package
     (name "telepathy-mission-control")
     (version "5.16.4")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://telepathy.freedesktop.org/releases/";
-                                  name "/" name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1jz6wwgsfxixha6ys2hbzbk5faqnj9kh2m5qdlgx5anqgandsscp"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://telepathy.freedesktop.org/releases/";
+                           "telepathy-mission-control/"
+                           "telepathy-mission-control-" version ".tar.gz"))
+       (sha256
+        (base32 "1jz6wwgsfxixha6ys2hbzbk5faqnj9kh2m5qdlgx5anqgandsscp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.



reply via email to

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