diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 15:02:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 15:06:13 +0100 |
commit | b07d5932492cf8ef1d898c167152bd5d55a262f5 (patch) | |
tree | 39815c4a20a3f29c5cf25da36ac8eae865781f89 /gnu/packages | |
parent | dfc79ae78e78e40ccef1a3ac9dbd36d3098201ef (diff) | |
download | guix-b07d5932492cf8ef1d898c167152bd5d55a262f5.tar.gz guix-b07d5932492cf8ef1d898c167152bd5d55a262f5.zip |
gnu: pcmanfm: Don't use NAME in source URI.
* gnu/packages/lxde.scm (pcmanfm)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lxde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index d91e62359b..f4602843c5 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -216,9 +216,9 @@ speed up the access to freedesktop.org defined application menus.") (version "1.3.0") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/" name "/" + (uri (string-append "mirror://sourceforge/pcmanfm/" "PCManFM%20%2B%20Libfm%20%28tarball%20release" - "%29/PCManFM/" name "-" version ".tar.xz")) + "%29/PCManFM/pcmanfm-" version ".tar.xz")) (sha256 (base32 "1ywgfyklms5hqkapsbjps4kyx20ac0d1qk16ww74yagkyfdkwsas")))) |