Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1On nixpkgs /tmp/.X11-unix is not compatible with Xvfb requirement and the 2test fails. 3--- a/meson.build 4+++ b/meson.build 5@@ -775,12 +775,6 @@ if get_option('enable-x11') 6 env: test_env, 7 is_parallel : false, 8 ) 9- test( 10- 'x11comp', 11- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_xvfb_test_dep), 12- env: test_env, 13- is_parallel : false, 14- ) 15 endif 16 if get_option('enable-xkbregistry') 17 test(