libxkbcommon: 1.11.0 -> 1.13.1 (#487689)
This commit is contained in:
@@ -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,
|
||||
- )
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user