1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

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

View File

@@ -838,7 +838,7 @@ inhibit interface which allows applications to prevent automatic sleep.")
(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"))))