mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: lxtask: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxtask)[source]: Hard-code NAME.
This commit is contained in:
parent
fd71c6f43b
commit
450cd92f21
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ (define-public lxtask
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue