holochain-launcher: workaround webkit issue

this workaround was required when testing on a non-nixos system
This commit is contained in:
Stefan Junker 2023-09-06 21:21:46 +02:00
parent 0f94ac780f
commit d78e1e1db1

View File

@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
# without this the DevTools will just display an unparsed HTML file (see https://github.com/tauri-apps/tauri/issues/5711#issuecomment-1336409601)
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
--set WEBKIT_DISABLE_COMPOSITING_MODE 1
)
'';