collabora-desktop: fix spreadsheet crash (#526669)

This commit is contained in:
Ivan Mincik
2026-06-01 14:34:04 +00:00
committed by GitHub
@@ -13,7 +13,6 @@
pam,
pango,
pixman,
pkgs,
pkg-config,
poco,
python3,
@@ -47,6 +46,10 @@ stdenv.mkDerivation (finalAttrs: {
patchShebangs browser/util/*.py coolwsd-systemplate-setup scripts/*
substituteInPlace configure.ac --replace-fail '/usr/bin/env python3' python3
# workaround for QtWebEngine crash when loading 'cell' cursor
substituteInPlace browser/css/spreadsheet.css \
--replace-warn "cursor: cell" "cursor: crosshair"
'';
nativeBuildInputs = [