me
/
guix
Archived
1
0
Fork 0

gnu: folks: Don't use NAME in source URI.

* gnu/packages/gnome.scm (folks)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-04 23:32:47 +01:00
parent 8d6813f98e
commit e5f4796e62
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))