guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: libqtxdg: Don't use NAME in source URI.


From: guix-commits
Subject: 03/09: gnu: libqtxdg: 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 63b9834d810a272797a85c2bcbefd95c6b9125e1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 25 01:14:34 2019 +0100

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

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 978e59f..9813005 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -162,8 +162,8 @@ itself as well as other components maintained by the LXQt 
project.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://github.com/lxqt/"; name "/releases/download/"
-             version "/" name "-" version ".tar.xz"))
+             "https://github.com/lxqt/libqtxdg/releases/download/";
+             version "/libqtxdg-" version ".tar.xz"))
        (sha256
         (base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl"))))
     (build-system cmake-build-system)



reply via email to

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