gnu: qtbase-5: Use libxkbcommon-1.5.

This fixes a build failure for qtbase-5 and qtbase due to keysyms removed in
libxkbcommon 1.6.0.  See the release announcement
<https://lists.freedesktop.org/archives/wayland-devel/2023-October/043121.html>.

* gnu/packages/qt.scm (qtbase)[inputs]: Replace libxkbcommon with
libxkbcommon-1.5.

Change-Id: I4bbf63ec15b33151fa741149a00f31558a109d48
This commit is contained in:
John Kehayias 2023-11-09 16:11:48 -05:00
parent 02edc2520a
commit aee3c5a894
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -406,7 +406,10 @@ (define-public qtbase-5
libxfixes
libxi
libxinerama
libxkbcommon
;; Use libxkbcommon-1.5 as 1.6.0 removed keysyms referenced in the
;; qtbase source.
;; TODO: Check if libxkbcommon can be used on next update.
libxkbcommon-1.5
libxml2
libxrandr
libxrender