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

gnu/packages/lxqt.scm

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