me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-clipman-plugin: Don't use NAME in source URI.

* gnu/packages/xfce.scm (xfce4-clipman-plugin)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-03-07 11:52:42 +01:00
parent ece22a25b6
commit 0bbf14ce93
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))