gnu: libxkbcommon: Don't use NAME in source URI.
* gnu/packages/xdisorg.scm (libxkbcommon)[source](uri): Hard-code NAME.
This commit is contained in:
parent
420845362f
commit
dcbdd8780f
|
@ -167,7 +167,7 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
||||||
(version "0.8.3")
|
(version "0.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://xkbcommon.org/download/" name "-"
|
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue