diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-15 15:52:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-15 17:16:48 +0200 |
commit | 3df63444f3542d32265990e6c91950bb0625ffec (patch) | |
tree | b0cc33fbe48c3c1f868d393b658a61c5384e865c /gnu | |
parent | be1c4b079e15a69193e0c2b4a6dd93d01934b8c6 (diff) | |
download | patches-3df63444f3542d32265990e6c91950bb0625ffec.tar patches-3df63444f3542d32265990e6c91950bb0625ffec.tar.gz |
gnu: network-manager-applet: Don't use NAME in source URI.
* gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 20c050f984..71a8be8a4e 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")))) |