From e5f4796e622b353d10a6cf5d5b78f91b5113c094 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 4 Mar 2019 23:32:47 +0100 Subject: gnu: folks: Don't use NAME in source URI. * gnu/packages/gnome.scm (folks)[source]: Hard-code NAME. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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")))) -- cgit v1.2.3