collabora-desktop: fix spreadsheet crash

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-06-01 10:10:21 +05:30
parent 1b1002f4b0
commit 7d0e30aebf
@@ -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 = [