nckx pushed a commit to branch master
in repository guix.
commit 00c63b8d9dd264b930deeb496713ebce7d2bace2
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon May 25 19:40:36 2020 +0200
gnu: lxsession: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxsession)[source]: Hard-code NAME.
---
gnu/packages/lxde.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index efd6c39..e2171da 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -523,7 +523,7 @@ in LXDE.")
(origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/lxde/"
- name "-" version ".tar.xz"))
+ "lxsession-" version ".tar.xz"))
(sha256
(base32 "0imv9nysip1j9lrb2z96kl05isjgp312323wnnd5b59h0ff0sgp4"))
(modules '((guix build utils)))