gnu: lxqt-build-tools: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 Feb 2019 00:14:16 +0000 (01:14 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 Feb 2019 01:10:54 +0000 (02:10 +0100)
* gnu/packages/lxqt.scm (lxqt-build-tools)[source]: Hard-code NAME.

gnu/packages/lxqt.scm

index b6f86d8..978e59f 100644 (file)
@@ -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)