From ac87ffb818cc9b38e47a0742b3d0b0376e8ec034 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Sat, 23 Nov 2019 23:29:18 +0100
Subject: [PATCH] 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(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5b112381092..3fd8ee31490 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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"))))
-- 
GitLab