gnu: librsvg-next: Don't use name variable in source uri.

* gnu/packages/gnome.scm (librsvg-next)[source]: Hardcode name.
This commit is contained in:
Efraim Flashner 2019-11-17 09:23:41 +02:00
parent 2484e0b3e4
commit b3820edc99
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1409,9 +1409,9 @@ (define-public librsvg-next
(version "2.46.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/librsvg/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"librsvg-" version ".tar.xz"))
(sha256
(base32
"1la3az2af2ccm6rp86b6wh0kq7kxzl4n8pli5qxhyic1rd91xj4n"))))