guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: libtermkey: Don't use NAME in source URI.


From: guix-commits
Subject: 03/08: gnu: libtermkey: Don't use NAME in source URI.
Date: Tue, 19 Feb 2019 22:50:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 49093d759ce5b2b37b3410ed6128ea48c71e2c79
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 16:22:35 2019 +0100

    gnu: libtermkey: Don't use NAME in source URI.
    
    * gnu/packages/terminals.scm (libtermkey)[source]: Hard-code NAME.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 0a3d616..c761a2d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -312,8 +312,8 @@ multi-seat support, a replacement for @command{mingetty}, 
and more.")
     (version "0.20")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.leonerd.org.uk/code/";
-                                  name "/" name "-" version ".tar.gz"))
+              (uri (string-append "http://www.leonerd.org.uk/code/libtermkey/";
+                                  "libtermkey-" version ".tar.gz"))
               (sha256
                (base32 
"1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc"))))
     (build-system gnu-build-system)



reply via email to

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