summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 11:52:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 12:48:17 +0100
commit0bbf14ce934962ccf34480c780e68becae8eff73 (patch)
tree3ec62d396f517a593a5aa834b12adf43d96e215e
parentece22a25b6d94b99748fcfc3dbdb492f9d99ea12 (diff)
downloadpatches-0bbf14ce934962ccf34480c780e68becae8eff73.tar
patches-0bbf14ce934962ccf34480c780e68becae8eff73.tar.gz
gnu: xfce4-clipman-plugin: Don't use NAME in source URI.
* gnu/packages/xfce.scm (xfce4-clipman-plugin)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/xfce.scm4
1 files 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"))))