me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (vte)[source]: Hard-code NAME.
master
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
1 changed files with 2 additions and 2 deletions

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"))))