mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: pcmanfm: Don't use NAME in source URI.
* gnu/packages/lxde.scm (pcmanfm)[source]: Hard-code NAME.
This commit is contained in:
parent
dfc79ae78e
commit
b07d593249
1 changed files with 2 additions and 2 deletions
|
@ -216,9 +216,9 @@ (define-public pcmanfm
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue