Commit d78e1e1d authored by Stefan Junker's avatar Stefan Junker
Browse files

holochain-launcher: workaround webkit issue

this workaround was required when testing on a non-nixos system
parent 0f94ac78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
    )
  '';