collabora-desktop: fix spreadsheet crash
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user