gnu: vte: Don't use NAME in source URI.
* gnu/packages/gnome.scm (vte)[source]: Hard-code NAME.
This commit is contained in:
parent
37b23e447d
commit
ac87ffb818
1 changed files with 2 additions and 2 deletions
|
@ -2341,9 +2341,9 @@ (define-public vte
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue