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

* gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-12 22:15:41 +02:00
parent a1c6fb52f7
commit 5497d68257
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4724,9 +4724,9 @@ (define-public shotwell
(version "0.30.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/shotwell/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"shotwell-" version ".tar.xz"))
(sha256
(base32
"1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))