gnu: cogl: Don't use NAME in source URI.

* gnu/packages/gnome.scm (cogl)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-09-28 22:25:49 +02:00
parent d485cdc040
commit 5754f0cfb5
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -3431,9 +3431,9 @@ throughout GNOME for API documentation).")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/cogl/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"cogl-" version ".tar.xz"))
(sha256
(base32
"03f0ha3qk7ca0nnkkcr1garrm1n1vvfqhkz9lwjm592fnv6ii9rr"))))