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

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

* gnu/packages/gnome.scm (vte)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 23:29:18 +01:00
parent 37b23e447d
commit ac87ffb818
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2341,9 +2341,9 @@ libraries written in C.")
(version "0.56.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/vte/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"vte-" version ".tar.xz"))
(sha256
(base32
"0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))