diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 19:40:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:40 +0200 |
commit | 00c63b8d9dd264b930deeb496713ebce7d2bace2 (patch) | |
tree | f16c522d2dd016cee5b96fefcc64c7083df1064d | |
parent | 53bd021f1b3ff78150e75af28b13b2da08af6d36 (diff) |
gnu: lxsession: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxsession)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/lxde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index efd6c39453..e2171da19f 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))) |