diff --git a/flake/lib/buildNixpkgsConfig/default.nix b/flake/lib/buildNixpkgsConfig/default.nix index 9594bbaf..0da17a48 100644 --- a/flake/lib/buildNixpkgsConfig/default.nix +++ b/flake/lib/buildNixpkgsConfig/default.nix @@ -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 "" + # ''