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

* gnu/packages/xfce.scm (ristretto)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-23 21:37:18 +02:00
parent 177d1af038
commit 7067d5f654
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -838,7 +838,7 @@ (define-public ristretto
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/ristretto/"
(version-major+minor version) "/"
name "-" version ".tar.bz2"))
"ristretto-" version ".tar.bz2"))
(sha256
(base32
"18nf01djwnbjc91bdlv3p0h6pwcq1kfnjgp6yaxhxv4kdi9f82rs"))))