guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 09/10: gnu: vte: Don't use NAME in source URI.
Date: Sat, 23 Nov 2019 19:25:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ac87ffb818cc9b38e47a0742b3d0b0376e8ec034
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 23 23:29:18 2019 +0100

    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 5b11238..3fd8ee3 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]