libreoffice: disable tests on Qt5

It's breaking a lot and is not going to exist for long after 24.11 anyway.
This commit is contained in:
K900 2024-11-09 13:46:12 +03:00
parent fd3e154186
commit 3fe7c149cb

View File

@ -548,7 +548,9 @@ in stdenv.mkDerivation (finalAttrs: {
buildTargets = [ "build-nocheck" ];
doCheck = true;
# Disable tests for the Qt5 build, as they seem even more flaky
# than usual, and we will drop the Qt5 build after 24.11 anyway.
doCheck = !(kdeIntegration && qtMajor == "5");
preCheck = ''
export HOME=$(pwd)