gnu: xfce4-power-manager: Don't use NAME in source URI.

* gnu/packages/xfce.scm (xfce4-power-manager)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 05:05:02 +01:00
parent d4e8859ba5
commit 0babcd9d83
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -884,8 +884,8 @@ system resources, while still being visually appealing and user friendly.")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
"xfce4-power-manager/" (version-major+minor version) "/"
"xfce4-power-manager-" version ".tar.bz2"))
(sha256
(base32
"0x3s2bdwfhp65dz5yn3k43j99ywqlsvrpz3pqmgwm0dik5wbdb8h"))))