about summary refs log tree commit diff
path: root/pkgs/applications/misc/holochain-launcher
diff options
context:
space:
mode:
authorStefan Junker <mail@stefanjunker.de>2023-09-06 21:21:46 +0200
committerStefan Junker <mail@stefanjunker.de>2023-09-06 21:21:46 +0200
commitd78e1e1db197bd06418581044006b80a941ae4b8 (patch)
treef7c825349efea1a39ad76c1f4dd7c1b7477b1f6c /pkgs/applications/misc/holochain-launcher
parent0f94ac780f0a72a92fa2b8d95cf78d8421cf52a2 (diff)
holochain-launcher: workaround webkit issue
this workaround was required when testing on a non-nixos system
Diffstat (limited to 'pkgs/applications/misc/holochain-launcher')
-rw-r--r--pkgs/applications/misc/holochain-launcher/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/holochain-launcher/default.nix b/pkgs/applications/misc/holochain-launcher/default.nix
index 6d9697914cbd7..f2be253e3fac3 100644
--- a/pkgs/applications/misc/holochain-launcher/default.nix
+++ b/pkgs/applications/misc/holochain-launcher/default.nix
@@ -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
     )
   '';