Merge pull request #335608 from MangoIV/mangoiv/wire-desktop-wayland
wire-desktop: add ozone platform hint for wayland
This commit is contained in:
@@ -136,6 +136,10 @@ let
|
||||
libdbusmenu
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --ozone-platform=wayland --enable-features=WaylandWindowDecorations}}")
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
makeWrapper $out/opt/Wire/wire-desktop $out/bin/wire-desktop \
|
||||
"''${gappsWrapperArgs[@]}"
|
||||
|
||||
Reference in New Issue
Block a user