lib.buildNixpkgsConfig: fix libreoffice build

This commit is contained in:
2025-09-25 09:44:49 +08:00
parent 2307a326e3
commit a3859ea5d5

View File

@@ -119,11 +119,11 @@ in platformConfig //
# libinsane = prev.libinsane.overrideAttrs (prev:
# { nativeCheckInputs = builtins.filter (p: p.pname != "valgrind") prev.nativeCheckInputs; });
lib2geom = prev.lib2geom.overrideAttrs (prev: { doCheck = false; });
# libreoffice-qt6-fresh = prev.libreoffice-qt6-fresh.override (prev:
# { unwrapped = prev.unwrapped.overrideAttrs (prev: { postPatch = prev.postPatch or "" +
# ''
# sed -i '/CPPUNIT_TEST.testDubiousArrayFormulasFODS/d' sc/qa/unit/functions_array.cxx
# '';});});
libreoffice-qt6-fresh-unwrapped = prev.libreoffice-qt6-fresh-unwrapped.overrideAttrs
(prev: { postPatch = prev.postPatch or "" +
''
sed -i '/CPPUNIT_TEST.testDubiousArrayFormulasFODS/d' sc/qa/unit/functions_array.cxx
'';});
# libreoffice-still = prev.libreoffice-still.override (prev:
# { unwrapped = prev.unwrapped.overrideAttrs (prev: { postPatch = prev.postPatch or "" +
# ''