From 1438306bd5ae78058129c9f343bbed1f4eba02d4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 20 May 2019 03:36:22 +0200 Subject: gnu: exo: Don't use NAME in source URI. * gnu/packages/xfce.scm (exo)[source]: Hard-code NAME. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e795412d30..2ba4be0f1d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -192,8 +192,8 @@ to share commonly used Xfce widgets among the Xfce applications.") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" - name "/" (version-major+minor version) "/" - name "-" version ".tar.bz2")) + "exo/" (version-major+minor version) "/" + "exo-" version ".tar.bz2")) (sha256 (base32 "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78")))) -- cgit v1.2.3