guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: lxqt-build-tools: Don't use NAME in source URI.


From: guix-commits
Subject: 02/09: gnu: lxqt-build-tools: Don't use NAME in source URI.
Date: Sun, 24 Feb 2019 20:11:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 769921fef266323331ecb0b13d8c3a24ba0f4004
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 25 01:14:16 2019 +0100

    gnu: lxqt-build-tools: Don't use NAME in source URI.
    
    * gnu/packages/lxqt.scm (lxqt-build-tools)[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 b6f86d8..978e59f 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -128,8 +128,9 @@ to statistics about the system on which it's run.")
     (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-build-tools/releases";
+                           "/download/" version
+                           "/lxqt-build-tools-" version ".tar.xz"))
        (sha256
         (base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6"))))
     (build-system cmake-build-system)



reply via email to

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