mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libxcb: Don't use NAME in source URI.
* gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME.
This commit is contained in:
parent
0a4f9445fd
commit
4a51d75929
1 changed files with 1 additions and 1 deletions
|
@ -5021,7 +5021,7 @@ (define-public libxcb
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xcb.freedesktop.org/dist/"
|
||||
name "-" version ".tar.bz2"))
|
||||
"libxcb-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q"))))
|
||||
|
|
Loading…
Reference in a new issue