gnu: libwacom: Don't use NAME in source URI.

* gnu/packages/xdisorg.scm (libwacom)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-25 13:51:04 +01:00
parent 6c8a0b6f5a
commit cffdcbef1a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ Escape key when Left Control is pressed and released on its own.")
(method url-fetch)
(uri (string-append
"https://github.com/linuxwacom/libwacom/releases/download/"
name "-" version "/" name "-" version ".tar.bz2"))
"libwacom-" version "/libwacom-" version ".tar.bz2"))
(sha256
(base32
"00xzkxhm0s9bvhbf27hscjbh17wa8lcgvxjqbmzm527f9cjqrm8q"))))