From 3fe7c149cbbb23a04eb67362ed67e1c5737d762b Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 9 Nov 2024 13:46:12 +0300 Subject: [PATCH] libreoffice: disable tests on Qt5 It's breaking a lot and is not going to exist for long after 24.11 anyway. --- pkgs/applications/office/libreoffice/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix index 2a72a5060300..e9a97025455c 100644 --- a/pkgs/applications/office/libreoffice/default.nix +++ b/pkgs/applications/office/libreoffice/default.nix @@ -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)