gnu: xf86-input-wacom: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 25 Sep 2019 15:39:24 +0000 (17:39 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 25 Sep 2019 15:50:53 +0000 (17:50 +0200)
* gnu/packages/xdisorg.scm (xf86-input-wacom)[source]: Hard-code NAME.

gnu/packages/xdisorg.scm

index 1700e7b..0b40ca6 100644 (file)
@@ -999,7 +999,8 @@ Wacom tablet applet.")
        (method url-fetch)
        (uri (string-append
              "https://github.com/linuxwacom/xf86-input-wacom/releases/download/"
-             name "-" version "/" name "-" version ".tar.bz2"))
+             "xf86-input-wacom-" version "/"
+             "xf86-input-wacom-" version ".tar.bz2"))
        (sha256
         (base32
          "029y8varbricba2dzhzhy0ndd7lbfif411ca8c3wxzni9qmbj1ij"))))