gnu: lxqt-globalkeys: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 3 Nov 2019 02:47:27 +0000 (03:47 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 3 Nov 2019 02:52:23 +0000 (03:52 +0100)
* gnu/packages/lxqt.scm (lxqt-globalkeys)[source]: Hard-code NAME.

gnu/packages/lxqt.scm

index 87b21fa..05c0cdb 100644 (file)
@@ -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)