diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 11:52:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:17 +0100 |
commit | 0bbf14ce934962ccf34480c780e68becae8eff73 (patch) | |
tree | 3ec62d396f517a593a5aa834b12adf43d96e215e /gnu/packages/xfce.scm | |
parent | ece22a25b6d94b99748fcfc3dbdb492f9d99ea12 (diff) | |
download | patches-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.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
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")))) |