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

* gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-15 15:52:30 +02:00
parent be1c4b079e
commit 3df63444f3
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -5664,9 +5664,9 @@ (define-public network-manager-applet
(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"))))