mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: libwacom: Don't use NAME in source URI.
* gnu/packages/xdisorg.scm (libwacom)[source]: Hard-code NAME.
This commit is contained in:
parent
6c8a0b6f5a
commit
cffdcbef1a
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ (define-public libwacom
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue