From ac87ffb818cc9b38e47a0742b3d0b0376e8ec034 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 23 Nov 2019 23:29:18 +0100 Subject: gnu: vte: Don't use NAME in source URI. * gnu/packages/gnome.scm (vte)[source]: Hard-code NAME. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5b11238109..3fd8ee3149 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")))) -- cgit v1.2.3