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

* gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-25 18:53:44 +02:00
parent 0a4f9445fd
commit 4a51d75929
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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"))))