gnu: zenity: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 14 Oct 2019 21:49:14 +0000 (23:49 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 15 Oct 2019 03:24:36 +0000 (05:24 +0200)
* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.

gnu/packages/gnome.scm

index 52b7782..a442d57 100644 (file)
@@ -4998,9 +4998,9 @@ powerful general purpose text editor.")
     (version "3.32.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/zenity/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "zenity-" version ".tar.xz"))
               (sha256
                (base32
                 "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))