mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: libxcb: Update to 1.17.0.
* gnu/packages/xorg.scm (libxcb): Update to 1.17.0. [propagated-inputs]: Remove libpthread-stubs. [inputs]: Remove libxslt. Add check. Change-Id: I6afb9c49008f86d525045b971c51ebc05922b63c
This commit is contained in:
parent
de51702c3f
commit
c2617046b7
1 changed files with 5 additions and 4 deletions
|
@ -5033,7 +5033,7 @@ (define-public libxxf86vm
|
|||
(define-public libxcb
|
||||
(package
|
||||
(name "libxcb")
|
||||
(version "1.15")
|
||||
(version "1.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5041,13 +5041,14 @@ (define-public libxcb
|
|||
"libxcb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nd035rf83xf531cnjzsf9ykb5w9rdzz6bbyhi683xkwh57p8f6c"))))
|
||||
"0mbdkajqhg0j0zjc9a2z1qyv9mca797ihvifc9qyl3vijscvz7jr"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc")) ;5.5 MiB of man pages
|
||||
(propagated-inputs
|
||||
(list libpthread-stubs libxau libxdmcp))
|
||||
(list libxau libxdmcp))
|
||||
(inputs
|
||||
(list xcb-proto libxslt))
|
||||
(list xcb-proto
|
||||
check)) ;for tests
|
||||
(native-inputs
|
||||
(list pkg-config python-minimal-wrapper))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue