gnu: exo: Don't use NAME in source URI.
* gnu/packages/xfce.scm (exo)[source]: Hard-code NAME.
This commit is contained in:
parent
5da54e8004
commit
1438306bd5
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ (define-public exo
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
name "/" (version-major+minor version) "/"
|
||||
name "-" version ".tar.bz2"))
|
||||
"exo/" (version-major+minor version) "/"
|
||||
"exo-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78"))))
|
||||
|
|
Loading…
Reference in a new issue