Merge pull request #222163 from Mic92/signal-desktop

signal-desktop: disable wayland for now

authored by

Jörg Thalheim and committed by
GitHub
cedcd2ee 8d86d5b7

+2 -1
+2 -1
pkgs/applications/networking/instant-messengers/signal-desktop/generic.nix
··· 151 151 preFixup = '' 152 152 gappsWrapperArgs+=( 153 153 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc ] }" 154 - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" 154 + # Currently crashes see https://github.com/NixOS/nixpkgs/issues/222043 155 + #--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" 155 156 --suffix PATH : ${lib.makeBinPath [ xdg-utils ]} 156 157 ) 157 158