diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 19:45:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:40 +0200 |
commit | 4f3e8733f90a8ec943a4b387a27e4002cdd2f324 (patch) | |
tree | 7b6bd28322285be95123f8008104fe4f35bf4ab7 /gnu/packages/lxde.scm | |
parent | 46b02378f07250caa09a3bc690014724956e1a4c (diff) | |
download | guix-4f3e8733f90a8ec943a4b387a27e4002cdd2f324.tar guix-4f3e8733f90a8ec943a4b387a27e4002cdd2f324.tar.gz |
gnu: lxpanel: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/lxde.scm')
-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 0317d9ddc7..c5eb3965ad 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -577,7 +577,7 @@ in LXDE.") (origin (method url-fetch) (uri (string-append "https://downloads.sourceforge.net/lxde/" - name "-" version ".tar.xz")) + "lxpanel-" version ".tar.xz")) (sha256 (base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26")))) (build-system gnu-build-system) |