libreoffice: disable a test failing on aarch64

This commit is contained in:
Doron Behar 2023-09-30 16:01:14 +03:00
parent 0c56f2756d
commit 4b2b0f1425

View File

@ -383,6 +383,8 @@ in stdenv.mkDerivation (finalAttrs: {
sed -i '/gb_LinkTarget_LDFLAGS/{ n; /rpath-link/d;}' solenv/gbuild/platform/unxgcc.mk
find -name "*.cmd" -exec sed -i s,/lib:/usr/lib,, {} \;
'' + optionalString stdenv.isAarch64 ''
sed -e '/CPPUNIT_TEST(testStatisticalFormulasFODS);/d' -i './sc/qa/unit/functions_statistical.cxx'
'';
makeFlags = [ "SHELL=${bash}/bin/bash" ];