mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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"))))
|
||||
|
||||
Reference in New Issue
Block a user