guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: libinput: Don't use NAME in source URI.


From: guix-commits
Subject: 02/07: gnu: libinput: Don't use NAME in source URI.
Date: Tue, 12 Mar 2019 10:26:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b4ed7c3e8d7b2915ab9ea7e369bc1bdd05f41ad1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 22:51:27 2019 +0100

    gnu: libinput: Don't use NAME in source URI.
    
    * gnu/packages/freedesktop.scm (libinput)[source]: Hard-code NAME.
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 93fc02c..d90e753 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -152,7 +152,7 @@ freedesktop.org project.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
-                                  name "-" version ".tar.xz"))
+                                  "libinput-" version ".tar.xz"))
               (sha256
                (base32
                 "0mg2zqbjcgj0aq7d9nwawvyhx43vakilahrc83hrfyif3a3gyrpj"))))



reply via email to

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