mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
be1c4b079e
commit
3df63444f3
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue