3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1409,9 +1409,9 @@ library.")
(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"))))