gnu: folks: Don't use NAME in source URI.
* gnu/packages/gnome.scm (folks)[source]: Hard-code NAME.
This commit is contained in:
parent
8d6813f98e
commit
e5f4796e62
@ -6689,9 +6689,9 @@ the Moka icon theme.")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnome/sources/" name "/"
|
||||
"mirror://gnome/sources/folks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"folks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))
|
||||
|
Loading…
Reference in New Issue
Block a user