guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: lxqt-globalkeys: Don't use NAME in source URI.


From: guix-commits
Subject: 01/04: gnu: lxqt-globalkeys: Don't use NAME in source URI.
Date: Sat, 2 Nov 2019 22:52:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7bed07fc0bd547daa79c2d66eb6a63623b3d7194
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 3 03:47:27 2019 +0100

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

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 87b21fa..05c0cdb 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -421,8 +421,9 @@ configuration of both LXQt and the underlying operating 
system.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
-                           version "/" name "-" version ".tar.xz"))
+       (uri (string-append "https://github.com/lxqt/lxqt-globalkeys/";
+                           "releases/download/" version "/"
+                           "lxqt-globalkeys-" version ".tar.xz"))
        (sha256
         (base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
     (build-system cmake-build-system)



reply via email to

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