collabora-desktop: fix spreadsheet crash

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 7d0e30aebf)
This commit is contained in:
phanirithvij 2026-06-01 10:10:21 +05:30 committed by github-actions[bot]
commit b2b6cea466

View file

@ -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 = [