libxkbcommon: 1.11.0 -> 1.13.1

This commit is contained in:
Dan Xin
2026-02-07 01:15:00 +08:00
parent 3c4102eef4
commit fff2daea48
2 changed files with 10 additions and 4 deletions
@@ -2,13 +2,19 @@ On nixpkgs /tmp/.X11-unix is not compatible with Xvfb requirement and the
test fails.
--- a/meson.build
+++ b/meson.build
@@ -775,12 +775,6 @@ if get_option('enable-x11')
@@ -1229,18 +1229,6 @@ if get_option('enable-x11')
env: test_env,
is_parallel : false,
)
- test(
- 'x11comp',
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_xvfb_test_dep),
- executable(
- 'test-x11comp',
- 'test/x11comp.c',
- 'test/utils-text.c',
- 'test/utils-text.h',
- dependencies: x11_xvfb_test_dep
- ),
- env: test_env,
- is_parallel : false,
- )
+2 -2
View File
@@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxkbcommon";
version = "1.11.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "xkbcommon";
repo = "libxkbcommon";
tag = "xkbcommon-${finalAttrs.version}";
hash = "sha256-IV1dgGM8z44OQCQYQ5PiUUw/zAvG5IIxiBywYVw2ius=";
hash = "sha256-wUsxsM0xXTg7nbvFMXrrnHherOepj0YI77eferjRgJA=";
};
patches = [