guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: network-manager-applet: Don't use NAME in source URI.


From: guix-commits
Subject: 02/03: gnu: network-manager-applet: Don't use NAME in source URI.
Date: Tue, 15 Oct 2019 11:17:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3df63444f3542d32265990e6c91950bb0625ffec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 15 15:52:30 2019 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 20c050f..71a8be8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5664,9 +5664,9 @@ Cisco's AnyConnect SSL VPN.")
     (version "1.8.24")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append 
"mirror://gnome/sources/network-manager-applet/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "network-manager-applet-" version ".tar.xz"))
               (sha256
                (base32
                 "1gzvz4wfqfsfclqg56y954al8x6fmz71cnxlx1i4nqr7a25bp2qi"))))



reply via email to

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