diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 18:53:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-26 05:24:31 +0200 |
commit | 4a51d75929d9490ca8685dcd240bf567ce88544d (patch) | |
tree | 93005bd66ed32293746408e0e917325f933ac503 /gnu/packages/xorg.scm | |
parent | 0a4f9445fde97b7aedd83826b5ce51c6fc30c240 (diff) | |
download | guix-4a51d75929d9490ca8685dcd240bf567ce88544d.tar guix-4a51d75929d9490ca8685dcd240bf567ce88544d.tar.gz |
gnu: libxcb: Don't use NAME in source URI.
* gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index b1d93ac6c4..7f3f2dd5ec 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5021,7 +5021,7 @@ protocol.") (origin (method url-fetch) (uri (string-append "https://xcb.freedesktop.org/dist/" - name "-" version ".tar.bz2")) + "libxcb-" version ".tar.bz2")) (sha256 (base32 "1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q")))) |