mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ristretto: Don't use NAME in source URI.
* gnu/packages/xfce.scm (ristretto)[source]: Hard-code NAME.
This commit is contained in:
parent
177d1af038
commit
7067d5f654
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue