qt5.qtwebkit: disable tests

This commit is contained in:
Jan Malakhovski 2018-07-23 08:57:16 +00:00
parent 8e1a0b59fd
commit 875b48e3ea

View file

@ -63,6 +63,8 @@ qtModule {
]
++ optional (!stdenv.isDarwin) ''-DNIXPKGS_LIBUDEV="${getLib systemd}/lib/libudev"'';
doCheck = false; # fails 13 out of 13 tests (ctest)
# Hack to avoid TMPDIR in RPATHs.
preFixup = ''rm -rf "$(pwd)" && mkdir "$(pwd)" '';