me
/
guix
Archived
1
0
Fork 0

gnu: lxtask: Don't use NAME in source URI.

* gnu/packages/lxde.scm (lxtask)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-12-25 16:50:54 +01:00
parent fd71c6f43b
commit 450cd92f21
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ or external monitor.")
(uri (string-append "mirror://sourceforge/lxde/LXTask"
"%20%28task%20manager%29/LXTask%20"
(version-major+minor version) ".x/"
name "-" version ".tar.xz"))
"lxtask-" version ".tar.xz"))
(sha256
(base32
"0cv4hx5dg01hbyi5p10pl78n0a40xajpq4wx9c7886pkmpq8isj1"))))