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

* gnu/packages/xfce.scm (exo)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-20 03:36:22 +02:00
parent 5da54e8004
commit 1438306bd5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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