From 0bbf14ce934962ccf34480c780e68becae8eff73 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 7 Mar 2020 11:52:42 +0100 Subject: gnu: xfce4-clipman-plugin: Don't use NAME in source URI. * gnu/packages/xfce.scm (xfce4-clipman-plugin)[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 fe5f2e6a0e..b8c4b4fcc2 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -389,8 +389,8 @@ applications menu, workspace switcher and more.") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" - name "/" (version-major+minor version) "/" - name "-" version ".tar.bz2")) + "xfce4-clipman-plugin/" (version-major+minor version) "/" + "xfce4-clipman-plugin-" version ".tar.bz2")) (sha256 (base32 "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99")))) -- cgit v1.2.3