summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-18 09:58:17 -0400
committerEfraim Flashner <efraim@flashner.co.il>2026-03-30 10:36:23 +0300
commitb408c255ac3dd690e0caf30e44f0a75346bc7ec7 (patch)
tree575e52ea058ef69e3585af23f4791a7d3c06370c
parent327409219d396e1382191e2bfdc30604125f9834 (diff)
gnu: libxkbcommon: Update to 1.13.1.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.13.1. [native-inputs]: Add setxkbmap. Change-Id: I497c70cb418c66338761db56faca4d546c44f48b
-rw-r--r--gnu/packages/xdisorg.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index c2dddf48fb9..ed4e6afca5c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -688,7 +688,7 @@ avoiding password prompts when X11 forwarding has already been setup.")
(define-public libxkbcommon
(package
(name "libxkbcommon")
- (version "1.11.0")
+ (version "1.13.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -697,7 +697,7 @@ avoiding password prompts when X11 forwarding has already been setup.")
(file-name (git-file-name name version))
(sha256
(base32
- "1swa6rf63c0wi0qq5r661g63yk2iwa9l66148078xkrwcf05sp91"))))
+ "1440s6w7m7xpxw44d3x9wyn5wy4wxdx33idvklxkhp9irnq32jy1"))))
(outputs '("out" "doc"))
(build-system meson-build-system)
(inputs
@@ -713,6 +713,8 @@ avoiding password prompts when X11 forwarding has already been setup.")
doxygen
pkg-config
python
+ ;; setxkbmap needed for tests.
+ setxkbmap
;; wayland-scanner is required at build time.
wayland
;; Xvfb for tests.