diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-04 23:32:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 00:05:13 +0100 |
commit | e5f4796e622b353d10a6cf5d5b78f91b5113c094 (patch) | |
tree | 460280f75d8370203a7d1f5b655a5b1afad32b48 /gnu/packages/gnome.scm | |
parent | 8d6813f98e944d6b3aed2ea89bb97e986be50244 (diff) |
gnu: folks: Don't use NAME in source URI.
* gnu/packages/gnome.scm (folks)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 277b3108a5..9dae81fa9b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")))) |