gnu: xf86-input-wacom: Don't use NAME in source URI.

* gnu/packages/xdisorg.scm (xf86-input-wacom)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-09-25 17:39:24 +02:00
parent 8aba8c7b74
commit b106dd84db
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 1 deletions

View 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"))))