gnu: ristretto: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 23 Apr 2019 19:37:18 +0000 (21:37 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 23 Apr 2019 23:47:48 +0000 (01:47 +0200)
* gnu/packages/xfce.scm (ristretto)[source]: Hard-code NAME.

gnu/packages/xfce.scm

index fba66aa..d4cb20f 100644 (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"))))