gnu: clutter-gst: Don't use NAME in source URI.

* gnu/packages/gnome.scm (clutter-gst)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-21 07:48:55 +01:00
parent ba07ac19f2
commit f010f89b13
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3455,9 +3455,9 @@ presentations, kiosk style applications and so on.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/clutter-gst/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"clutter-gst-" version ".tar.xz"))
(sha256
(base32 "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy"))))
(build-system gnu-build-system)