gnu: pcmanfm: Don't use NAME in source URI.

* gnu/packages/lxde.scm (pcmanfm)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-18 15:02:02 +01:00
parent dfc79ae78e
commit b07d593249
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))