mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
collabora-desktop: fix spreadsheet crash
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 7d0e30aebf)
This commit is contained in:
parent
709d2a7120
commit
b2b6cea466
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue