mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ (define-public libxkbcommon
|
|||
(version "0.8.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xkbcommon.org/download/" name "-"
|
||||
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue