gnu: eog-plugins: Don't use NAME in source URI.

* gnu/packages/gnome.scm (eog-plugins)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-26 13:38:24 +01:00
parent fbc930ec63
commit f3b88ed26c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3986,9 +3986,9 @@ supports image conversion, rotation, and slideshows.")
(version "3.26.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/eog-plugins/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"eog-plugins-" version ".tar.xz"))
(sha256
(base32
"1w8zw7kwfvlwlyb1k1inqdvbwnzq959sqawlmnwfb8ykn98hbk8y"))))