diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 05:05:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:18 +0100 |
commit | 0babcd9d83c0182a871b8ff268a082eba1877ac7 (patch) | |
tree | 38b9314eaacbacb9e477575a7cac85c3c3ef3898 /gnu | |
parent | d4e8859ba535d927534233fc73fa45ff0e32d7b5 (diff) | |
download | guix-0babcd9d83c0182a871b8ff268a082eba1877ac7.tar.gz guix-0babcd9d83c0182a871b8ff268a082eba1877ac7.zip |
gnu: xfce4-power-manager: Don't use NAME in source URI.
* gnu/packages/xfce.scm (xfce4-power-manager)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-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 c04f411c85..caada9cde4 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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")))) |